1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2016-01-08 23:34:57 +01:00
parent 86df9fee4a
commit 87f8ea516b
4 changed files with 33 additions and 32 deletions

View file

@ -136,6 +136,7 @@ void menusTask(void * pdata)
break;
}
else if (pwr_check == e_power_press) {
CoTickDelay(MENU_TASK_PERIOD_TICKS);
continue;
}
#else