1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

Cosmetics

This commit is contained in:
bsongis 2014-07-25 11:32:13 +02:00
parent abf36de157
commit 38347becca

View file

@ -1047,10 +1047,16 @@ void doSplash()
getADC();
#if defined(FSPLASH)
if (!(g_eeGeneral.splashMode & 0x04))
// Splash is forced, we can't skip it
if (!(g_eeGeneral.splashMode & 0x04)) {
#endif
if (keyDown() || inputsMoved()) return;
#if defined(FSPLASH)
}
#endif
if (pwrCheck()==e_power_off) return;
#if !defined(PCBTARANIS) && !defined(PCBSTD)