mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Added shadow copies for CLI and MSP.
This commit is contained in:
parent
985a9208d5
commit
6de1c32d9d
56 changed files with 277 additions and 222 deletions
|
@ -709,7 +709,7 @@ void gyroStartCalibration(bool isFirstArmingCalibration)
|
|||
}
|
||||
void applyAndSaveAccelerometerTrimsDelta(rollAndPitchTrims_t*) {}
|
||||
void handleInflightCalibrationStickPosition(void) {}
|
||||
bool featureConfigured(uint32_t) { return false;}
|
||||
bool featureIsEnabled(uint32_t) { return false;}
|
||||
bool sensors(uint32_t) { return false;}
|
||||
void tryArm(void) {}
|
||||
void disarm(void) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue