Skip to content

Commit f2323cd

Browse files
authored
Update example.c
1 parent 3e8466d commit f2323cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

example.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
* example.c
77
*
8-
* Created on: 06.10.2020
8+
* Created on: 06.09.2020
99
* Author: SimpleMethod
1010
*
1111
*Copyright 2020 SimpleMethod
@@ -68,9 +68,6 @@
6868
while (1) {
6969

7070
if ((HAL_GetTick() - Timer) > 1000) {
71-
HAL_GPIO_TogglePin(LED_D2_GPIO_Port, LED_D2_Pin);
72-
73-
//getNavigatorData
7471
GNSS_GetUniqID(&GNSS_Handle);
7572
GNSS_ParseBuffer(&GNSS_Handle);
7673
HAL_Delay(250);

0 commit comments

Comments
 (0)