Add Switch BackLight action

This commit is contained in:
Armel FAUVEAU
2024-03-11 02:48:21 +01:00
parent f31e8c319e
commit ad3b8b5b9a
13 changed files with 53 additions and 14 deletions

1
misc.h
View File

@@ -343,6 +343,7 @@ extern uint8_t gIsLocked;
extern volatile uint8_t boot_counter_10ms;
#ifdef ENABLE_FEAT_F4HWN
extern bool gBackLight;
extern uint8_t gPttOnePushCounter;
extern uint32_t gBlinkCounter;
#endif