mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Global functions (only Firmware) - saves 20bytes flash on 9X stock
This commit is contained in:
parent
5173907efd
commit
2f8b9347a4
55 changed files with 1328 additions and 1154 deletions
|
@ -394,9 +394,7 @@ void eeLoadModel(uint8_t id)
|
|||
resumePulses();
|
||||
}
|
||||
|
||||
activeFnSwitches = 0;
|
||||
activeFunctions = 0;
|
||||
memclear(lastFunctionTime, sizeof(lastFunctionTime));
|
||||
customFunctionsReset();
|
||||
|
||||
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