mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
This initialization was lost in the battle
This commit is contained in:
parent
49a4d5ecb1
commit
788193f89c
1 changed files with 4 additions and 0 deletions
|
@ -1519,7 +1519,11 @@ void flightReset()
|
|||
#if defined(FRSKY)
|
||||
telemetryReset();
|
||||
#endif
|
||||
|
||||
logicalSwitchesReset();
|
||||
#if !defined(CPUARM)
|
||||
s_last_switch_value = 0;
|
||||
#endif
|
||||
|
||||
s_mixer_first_run_done = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue