mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
XLite support (#5806)
This commit is contained in:
parent
37f96d452a
commit
99604dccc9
78 changed files with 1098 additions and 1050 deletions
|
@ -256,13 +256,13 @@ int main()
|
|||
// init screen
|
||||
bootloaderInitScreen();
|
||||
|
||||
#if defined(PWR_PRESS_BUTTON) or defined(PCBHORUS)
|
||||
#if defined(PWR_BUTTON_PRESS)
|
||||
// wait until power button is released
|
||||
while(pwrPressed()) {
|
||||
wdt_reset();
|
||||
wdt_reset();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
for (;;) {
|
||||
wdt_reset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue