From 76b8e3a17f935970d15c84c7d021baff540d416b Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Tue, 10 Sep 2019 07:41:57 +0200 Subject: [PATCH] Duplicate call of BACKLIGHT_ENABLE() --- radio/src/opentx.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/radio/src/opentx.cpp b/radio/src/opentx.cpp index 194ec9b2f..392b2e140 100644 --- a/radio/src/opentx.cpp +++ b/radio/src/opentx.cpp @@ -1903,10 +1903,6 @@ void opentxInit() auxSerialInit(g_eeGeneral.auxSerialMode, modelTelemetryProtocol()); #endif -#if defined(PCBTARANIS) - BACKLIGHT_ENABLE(); -#endif - #if MENUS_LOCK == 1 getMovedSwitch(); if (TRIMS_PRESSED() && g_eeGeneral.switchUnlockStates==switches_states) {