1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 13:25:20 +03:00

Bsongis/x9lite pwr fix (#6501)

X9 Pwr fix
This commit is contained in:
Bertrand Songis 2019-06-14 21:19:26 +02:00 committed by GitHub
parent 7c3ad50e7d
commit c3388dc65e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 306 additions and 353 deletions

View file

@ -128,7 +128,7 @@ TASK_FUNCTION(mixerTask)
}
#else
if (isForcePowerOffRequested()) {
pwrOff();
boardOff();
}
#endif