Skip to content

Commit 3e8466d

Browse files
authored
Update README.md
1 parent 2ef2b5c commit 3e8466d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
while (1) {
1818

1919
if ((HAL_GetTick() - Timer) > 1000) {
20-
HAL_GPIO_TogglePin(LED_D2_GPIO_Port, LED_D2_Pin);
21-
22-
//getNavigatorData
2320
GNSS_GetUniqID(&GNSS_Handle);
2421
GNSS_ParseBuffer(&GNSS_Handle);
2522
HAL_Delay(250);

0 commit comments

Comments
 (0)