mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Merge pull request #6952 from mikeller/improve_airmode_detection
Improved handling of airmode detection.
This commit is contained in:
commit
f912b891b5
9 changed files with 22 additions and 16 deletions
|
@ -976,7 +976,7 @@ extern "C" {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool isAirmodeActive() {
|
||||
bool airmodeIsEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue