diff --git a/m20/Core/Src/main.c b/m20/Core/Src/main.c index 14c3753..483117c 100644 --- a/m20/Core/Src/main.c +++ b/m20/Core/Src/main.c @@ -257,6 +257,7 @@ void main_loop(void) { LL_IWDG_ReloadCounter(IWDG); } LL_GPIO_SetOutputPin(GPS_ON_GPIO_Port, GPS_ON_Pin); // enable GPS + GpsWatchdogCounter = 0; } #endif }