Refactoring

This commit is contained in:
Armel FAUVEAU
2024-09-28 17:03:48 +02:00
parent fec2506993
commit 46fbbbf3c5
4 changed files with 15 additions and 7 deletions

View File

@@ -23,6 +23,10 @@
extern uint16_t gBacklightCountdown_500ms;
extern uint8_t gBacklightBrightness;
#ifdef ENABLE_FEAT_F4HWN
extern const uint8_t value[11];
#endif
#ifdef ENABLE_FEAT_F4HWN_SLEEP
extern uint16_t gSleepModeCountdown_500ms;
#endif