mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
commit
6694d4ebc8
9 changed files with 52 additions and 33 deletions
|
@ -1090,4 +1090,5 @@ extern "C" {
|
|||
float getCosTiltAngle(void) { return 0.0f; }
|
||||
void pidSetItermReset(bool) {}
|
||||
void applyAccelerometerTrimsDelta(rollAndPitchTrims_t*) {}
|
||||
bool isFixedWing(void) { return false; }
|
||||
}
|
||||
|
|
|
@ -246,4 +246,5 @@ bool gyroGetAccumulationAverage(float *) { return false; }
|
|||
bool accGetAccumulationAverage(float *) { return false; }
|
||||
void mixerSetThrottleAngleCorrection(int) {};
|
||||
bool gpsRescueIsRunning(void) { return false; }
|
||||
bool isFixedWing(void) { return false; }
|
||||
}
|
||||
|
|
|
@ -178,4 +178,5 @@ extern "C" {
|
|||
void osdSuppressStats(bool) {}
|
||||
void pidSetItermReset(bool) {}
|
||||
void applyAccelerometerTrimsDelta(rollAndPitchTrims_t*) {}
|
||||
bool isFixedWing(void) { return false; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue