Refactoring

This commit is contained in:
Krzysiek Egzmont
2023-10-22 02:12:07 +02:00
parent a8ae1b7739
commit ffb26a1f86
5 changed files with 17 additions and 10 deletions

1
misc.c
View File

@@ -122,7 +122,6 @@ volatile bool gSchedulePowerSave;
volatile bool gScheduleDualWatch = true;
volatile uint16_t gDualWatchCountdown_10ms;
volatile bool gDualWatchCountdownExpired = true;
bool gDualWatchActive = false;
volatile uint8_t gSerialConfigCountDown_500ms;