1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Improved fixed wing detection.

This commit is contained in:
mikeller 2019-11-17 14:05:07 +13:00
parent 33ba8a043e
commit e0a6f1ab14
9 changed files with 52 additions and 33 deletions

View file

@ -178,4 +178,5 @@ extern "C" {
void osdSuppressStats(bool) {}
void pidSetItermReset(bool) {}
void applyAccelerometerTrimsDelta(rollAndPitchTrims_t*) {}
bool isFixedWing(void) { return false; }
}