1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +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)
#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)
{