Fix the menu screen not working the first time.

This commit is contained in:
Dual Tachyon 2023-09-04 19:01:26 +01:00
parent 2e813a4460
commit 691013cc02

2
misc.c
View File

@ -89,7 +89,7 @@ bool gFlagAcceptSetting;
bool gFlagRefreshSetting;
bool gFlagSaveVfo;
bool gFlagSaveSettings;
uint8_t gFlagSaveChannel = 0xFF;
uint8_t gFlagSaveChannel;
bool gFlagSaveFM;
uint8_t gDTMF_RequestPending;
bool g_CDCSS_Lost;