From a3c768e8996c38d30916a20bc6b9cfa10e983b35 Mon Sep 17 00:00:00 2001 From: bsongis Date: Fri, 6 Jul 2012 13:29:35 +0000 Subject: [PATCH] simu compilation broken --- src/open9x.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/open9x.cpp b/src/open9x.cpp index bd370d413..67bc13e53 100644 --- a/src/open9x.cpp +++ b/src/open9x.cpp @@ -856,6 +856,11 @@ void checkBacklight() #define SPLASH_NEEDED() (!g_eeGeneral.disableSplashScreen) #endif +void backlightOn() +{ + g_LightOffCounter = ((uint16_t)g_eeGeneral.lightAutoOff*250) << 1; +} + void doSplash() { if (SPLASH_NEEDED()) { @@ -2916,11 +2921,6 @@ inline void open9xInit(OPEN9X_INIT_ARGS) } } -void backlightOn() -{ - g_LightOffCounter = ((uint16_t)g_eeGeneral.lightAutoOff*250) << 1; -} - #if defined(PCBARM) void mixerTask(void * pdata) {