mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Cosmetics
This commit is contained in:
parent
abf36de157
commit
38347becca
1 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue