Debug refactoring

This commit is contained in:
Armel FAUVEAU
2025-02-13 01:03:57 +01:00
parent 4596b966a3
commit ebf5a1bbec
5 changed files with 22 additions and 17 deletions

4
misc.c
View File

@@ -130,7 +130,9 @@ enum BacklightOnRxTx_t gSetting_backlight_on_tx_rx;
#endif
bool gSetting_set_tmr = 0;
bool gSetting_set_ptt_session;
uint8_t gDebug;
#ifdef ENABLE_FEAT_F4HWN_DEBUG
uint8_t gDebug;
#endif
uint8_t gDW = 0;
uint8_t gCB = 0;
bool gSaveRxMode = false;