mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Fixes #1451
This commit is contained in:
parent
ee077a06e6
commit
2798fa7ba9
19 changed files with 104 additions and 70 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue