1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

simu compilation broken

This commit is contained in:
bsongis 2012-07-06 13:29:35 +00:00
parent 23db0a9587
commit a3c768e899

View file

@ -856,6 +856,11 @@ void checkBacklight()
#define SPLASH_NEEDED() (!g_eeGeneral.disableSplashScreen) #define SPLASH_NEEDED() (!g_eeGeneral.disableSplashScreen)
#endif #endif
void backlightOn()
{
g_LightOffCounter = ((uint16_t)g_eeGeneral.lightAutoOff*250) << 1;
}
void doSplash() void doSplash()
{ {
if (SPLASH_NEEDED()) { 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) #if defined(PCBARM)
void mixerTask(void * pdata) void mixerTask(void * pdata)
{ {