mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Emergency mode now working
This commit is contained in:
parent
5b7853029c
commit
03988a3a62
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ void pwrOff(void);
|
||||||
void pwrResetHandler(void);
|
void pwrResetHandler(void);
|
||||||
uint32_t pwrPressed(void);
|
uint32_t pwrPressed(void);
|
||||||
uint32_t pwrPressedDuration(void);
|
uint32_t pwrPressedDuration(void);
|
||||||
#define UNEXPECTED_SHUTDOWN() (false) // (g_eeGeneral.unexpectedShutdown)
|
#define UNEXPECTED_SHUTDOWN() (WAS_RESET_BY_WATCHDOG())
|
||||||
|
|
||||||
// Led driver
|
// Led driver
|
||||||
void ledOff(void);
|
void ledOff(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue