1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Fixes from review.

This commit is contained in:
mikeller 2018-10-22 12:38:05 +13:00
parent 817bb2ed86
commit feaa082ac3
4 changed files with 9 additions and 8 deletions

View file

@ -972,7 +972,7 @@ extern "C" {
return false;
}
bool isAirmodeActive() {
bool airmodeIsEnabled() {
return false;
}