kopia lustrzana https://github.com/sq2ips/m20-custom-firmware
fix gps watchdog
rodzic
b09550d677
commit
9caff5c386
|
@ -257,6 +257,7 @@ void main_loop(void) {
|
||||||
LL_IWDG_ReloadCounter(IWDG);
|
LL_IWDG_ReloadCounter(IWDG);
|
||||||
}
|
}
|
||||||
LL_GPIO_SetOutputPin(GPS_ON_GPIO_Port, GPS_ON_Pin); // enable GPS
|
LL_GPIO_SetOutputPin(GPS_ON_GPIO_Port, GPS_ON_Pin); // enable GPS
|
||||||
|
GpsWatchdogCounter = 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue