1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00
* order of logical switches calculaton now predicable: always from L1 to L64
* each flight mode has its own logical switches context (RAM usage multiplied by number of flight modes)
* resolved problem of non-reentrancy of getSwitch() function
This commit is contained in:
Damjan Adamic 2014-05-17 17:45:53 +02:00
parent 6e5f064c31
commit 07a5333a08
6 changed files with 744 additions and 736 deletions

View file

@ -1521,7 +1521,6 @@ void flightReset()
#endif
lswReset();
s_last_switch_value = 0;
s_mixer_first_run_done = false;
START_SILENCE_PERIOD();