mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Warning fixed
This commit is contained in:
parent
fff8f5f67e
commit
fc2dd028b4
2 changed files with 5 additions and 1 deletions
|
@ -372,9 +372,11 @@ void onMainViewMenu(const char *result)
|
|||
else if (result == STR_RESET_TIMER2) {
|
||||
timerReset(1);
|
||||
}
|
||||
#if TIMERS > 2
|
||||
else if (result == STR_RESET_TIMER3) {
|
||||
timerReset(2);
|
||||
}
|
||||
#endif
|
||||
else if (result == STR_VIEW_NOTES) {
|
||||
pushModelNotes();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue