1
0
Fork 0
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:
bsongis 2014-05-19 15:20:48 +02:00
parent 49a4d5ecb1
commit 788193f89c

View file

@ -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;