mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
All references to "custom switches" renamed to "logical switches"
This commit is contained in:
parent
8c21462f74
commit
34e1a0ce86
11 changed files with 115 additions and 115 deletions
|
@ -1519,7 +1519,7 @@ void flightReset()
|
|||
#if defined(FRSKY)
|
||||
telemetryReset();
|
||||
#endif
|
||||
logicalSwitchesReset();
|
||||
lswReset();
|
||||
|
||||
s_last_switch_value = 0;
|
||||
s_mixer_first_run_done = false;
|
||||
|
@ -2220,7 +2220,7 @@ void doMixerCalculations()
|
|||
s_cnt_100ms -= 10;
|
||||
s_cnt_1s += 1;
|
||||
|
||||
evalLogicalSwitchTimers();
|
||||
lswTimerTick();
|
||||
|
||||
if (s_cnt_1s >= 10) { // 1sec
|
||||
s_cnt_1s -= 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue