mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Improved fixed wing detection.
This commit is contained in:
parent
33ba8a043e
commit
e0a6f1ab14
9 changed files with 52 additions and 33 deletions
|
@ -112,3 +112,5 @@ bool mixerIsTricopter(void);
|
|||
|
||||
void mixerSetThrottleAngleCorrection(int correctionValue);
|
||||
float mixerGetThrottle(void);
|
||||
mixerMode_e getMixerMode(void);
|
||||
bool isFixedWing(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue