mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Fixes #1039:
* 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:
parent
6e5f064c31
commit
07a5333a08
6 changed files with 744 additions and 736 deletions
|
@ -1521,7 +1521,6 @@ void flightReset()
|
|||
#endif
|
||||
lswReset();
|
||||
|
||||
s_last_switch_value = 0;
|
||||
s_mixer_first_run_done = false;
|
||||
|
||||
START_SILENCE_PERIOD();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue