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

Fixed tests, SPRACINGF3OSD.

This commit is contained in:
mikeller 2018-07-03 22:24:32 +12:00
parent c99629bbf1
commit 8abf138e2a
13 changed files with 12 additions and 18 deletions

View file

@ -709,7 +709,7 @@ void gyroStartCalibration(bool isFirstArmingCalibration)
}
void applyAndSaveAccelerometerTrimsDelta(rollAndPitchTrims_t*) {}
void handleInflightCalibrationStickPosition(void) {}
bool feature(uint32_t) { return false;}
bool featureConfigured(uint32_t) { return false;}
bool sensors(uint32_t) { return false;}
void tryArm(void) {}
void disarm(void) {}