1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Warning fixed

This commit is contained in:
bsongis 2015-03-04 23:07:03 +01:00
parent fff8f5f67e
commit fc2dd028b4
2 changed files with 5 additions and 1 deletions

View file

@ -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();
}