mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Fixes from review.
This commit is contained in:
parent
817bb2ed86
commit
feaa082ac3
4 changed files with 9 additions and 8 deletions
|
@ -278,7 +278,7 @@ extern "C" {
|
|||
|
||||
bool featureIsEnabled(uint32_t) {return false;}
|
||||
|
||||
bool isAirmodeActive(void) {return true;}
|
||||
bool airmodeIsEnabled(void) {return true;}
|
||||
|
||||
mspResult_e mspFcProcessCommand(mspPacket_t *cmd, mspPacket_t *reply, mspPostProcessFnPtr *mspPostProcessFn) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue