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:
parent
23db0a9587
commit
a3c768e899
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue