1
0
Fork 0
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:
Damjan Adamic 2014-05-17 15:28:12 +02:00
parent 8c21462f74
commit 34e1a0ce86
11 changed files with 115 additions and 115 deletions

View file

@ -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;