mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Mixer code splitted differently
This commit is contained in:
parent
55ed62e6ac
commit
2fbd4ff13a
16 changed files with 449 additions and 469 deletions
|
@ -395,9 +395,6 @@ void eeLoadModel(uint8_t id)
|
|||
activeFnSwitches = 0;
|
||||
activeFunctions = 0;
|
||||
memclear(lastFunctionTime, sizeof(lastFunctionTime));
|
||||
#if defined(CPUARM)
|
||||
evalFunctionsFirstTime = true;
|
||||
#endif
|
||||
|
||||
for (uint8_t i=0; i<MAX_TIMERS; i++) {
|
||||
if (g_model.timers[i].persistent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue