mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Add osd warning for fail safe state.
This commit is contained in:
parent
ce925f863e
commit
82268b7a4e
4 changed files with 9 additions and 0 deletions
|
@ -1047,4 +1047,6 @@ extern "C" {
|
|||
}
|
||||
|
||||
bool pidOsdAntiGravityActive(void) { return false; }
|
||||
|
||||
bool failsafeIsActive(void) { return false; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue