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.h
View File

@@ -183,7 +183,9 @@ extern enum BacklightOnRxTx_t gSetting_backlight_on_tx_rx;
#endif
extern bool gSetting_set_tmr;
extern bool gSetting_set_ptt_session;
extern uint8_t gDebug;
#ifdef ENABLE_FEAT_F4HWN_DEBUG
extern uint8_t gDebug;
#endif
extern uint8_t gDW;
extern uint8_t gCB;
extern bool gSaveRxMode;