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

Merge pull request #1455 from opentx/projectkk2glider/issue_1440

Fixes #1440 - Logical switches state not reset after model load
This commit is contained in:
Bertrand Songis 2014-07-05 19:22:42 +02:00
commit 838190ce80
5 changed files with 40 additions and 5 deletions

View file

@ -1625,11 +1625,6 @@ void flightReset()
telemetryReset();
#endif
logicalSwitchesReset();
#if !defined(CPUARM)
s_last_switch_value = 0;
#endif
s_mixer_first_run_done = false;
START_SILENCE_PERIOD();