1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Cosmetics

This commit is contained in:
Damjan Adamic 2014-05-17 19:55:53 +02:00
parent 1491d3b236
commit d6a150738c
4 changed files with 6 additions and 6 deletions

View file

@ -2219,7 +2219,7 @@ void doMixerCalculations()
s_cnt_100ms -= 10;
s_cnt_1s += 1;
lswTimerTick();
logicalSwitchesTimerTick();
if (s_cnt_1s >= 10) { // 1sec
s_cnt_1s -= 10;