Fixed boot beep compile problem

This commit is contained in:
OneOfEleven
2023-09-18 11:54:42 +01:00
parent 784a4dd79f
commit ed33d14c0f
12 changed files with 35 additions and 45 deletions

4
misc.c
View File

@@ -198,9 +198,7 @@ volatile bool gFlagTailNoteEliminationComplete;
volatile bool gScheduleFM;
#endif
#ifdef ENABLE_BOOT_BEEPS
volatile uint8_t boot_counter_10ms;
#endif
volatile uint8_t boot_counter_10ms;
uint16_t gCurrentRSSI;