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:
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)
|
#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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue