1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Duplicate call of BACKLIGHT_ENABLE()

This commit is contained in:
Bertrand Songis 2019-09-10 07:41:57 +02:00
parent f2adacc2cf
commit 76b8e3a17f
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -1903,10 +1903,6 @@ void opentxInit()
auxSerialInit(g_eeGeneral.auxSerialMode, modelTelemetryProtocol()); auxSerialInit(g_eeGeneral.auxSerialMode, modelTelemetryProtocol());
#endif #endif
#if defined(PCBTARANIS)
BACKLIGHT_ENABLE();
#endif
#if MENUS_LOCK == 1 #if MENUS_LOCK == 1
getMovedSwitch(); getMovedSwitch();
if (TRIMS_PRESSED() && g_eeGeneral.switchUnlockStates==switches_states) { if (TRIMS_PRESSED() && g_eeGeneral.switchUnlockStates==switches_states) {