Skip to content

Commit

Permalink
Update example.c
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleMethod authored Oct 6, 2020
1 parent 3e8466d commit f2323cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* example.c
*
* Created on: 06.10.2020
* Created on: 06.09.2020
* Author: SimpleMethod
*
*Copyright 2020 SimpleMethod
Expand Down Expand Up @@ -68,9 +68,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 f2323cd

Please sign in to comment.