1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 17:55:19 +03:00
This commit is contained in:
bsongis 2014-07-07 18:03:25 +02:00
parent ee077a06e6
commit 2798fa7ba9
19 changed files with 104 additions and 70 deletions

View file

@ -1619,11 +1619,11 @@ void flightReset()
else
AUDIO_RESET();
if (!IS_PERSISTENT_TIMER(0)) {
if (!IS_MANUAL_RESET_TIMER(0)) {
timerReset(0);
}
if (!IS_PERSISTENT_TIMER(1)) {
if (!IS_MANUAL_RESET_TIMER(1)) {
timerReset(1);
}