We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8466d commit f2323cdCopy full SHA for f2323cd
1 file changed
example.c
@@ -5,7 +5,7 @@
5
/*
6
* example.c
7
*
8
- * Created on: 06.10.2020
+ * Created on: 06.09.2020
9
* Author: SimpleMethod
10
11
*Copyright 2020 SimpleMethod
@@ -68,9 +68,6 @@
68
while (1) {
69
70
if ((HAL_GetTick() - Timer) > 1000) {
71
- HAL_GPIO_TogglePin(LED_D2_GPIO_Port, LED_D2_Pin);
72
-
73
- //getNavigatorData
74
GNSS_GetUniqID(&GNSS_Handle);
75
GNSS_ParseBuffer(&GNSS_Handle);
76
HAL_Delay(250);
0 commit comments