Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleMethod authored Oct 6, 2020
1 parent 2ef2b5c commit 3e8466d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
while (1) {

if ((HAL_GetTick() - Timer) > 1000) {
HAL_GPIO_TogglePin(LED_D2_GPIO_Port, LED_D2_Pin);

//getNavigatorData
GNSS_GetUniqID(&GNSS_Handle);
GNSS_ParseBuffer(&GNSS_Handle);
HAL_Delay(250);
Expand Down

0 comments on commit 3e8466d

Please sign in to comment.