1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-18 13:55:12 +03:00
This commit is contained in:
Bertrand Songis 2019-09-09 14:18:50 +02:00
parent 63a1a5d1a9
commit e8c7229ff2
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
7 changed files with 14 additions and 17 deletions

View file

@ -232,7 +232,7 @@ TASK_FUNCTION(menusTask)
opentxInit();
#if defined(PWR_BUTTON_PRESS)
while (1) {
while (true) {
uint32_t pwr_check = pwrCheck();
if (pwr_check == e_power_off) {
break;