mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Changed warning to only be shown when armed.
This commit is contained in:
parent
286f21150c
commit
79fd505a8c
7 changed files with 19 additions and 26 deletions
|
@ -67,8 +67,7 @@ void updateArmingStatus(void);
|
|||
|
||||
void taskMainPidLoop(timeUs_t currentTimeUs);
|
||||
|
||||
bool isFlipOverAfterCrashMode(void);
|
||||
bool isFlipOverAfterCrashWarningActive(void);
|
||||
bool isFlipOverAfterCrashActive(void);
|
||||
|
||||
void runawayTakeoffTemporaryDisable(uint8_t disableFlag);
|
||||
bool isAirmodeActivated();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue