mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Merge pull request #6235 from etracer65/throttle_angle_correction
Fix throttle angle correction when smoothing throttle; reduce processing overhead
This commit is contained in:
commit
c6c3d0b5af
7 changed files with 41 additions and 25 deletions
|
@ -243,4 +243,5 @@ void performBaroCalibrationCycle(void) {}
|
|||
int32_t baroCalculateAltitude(void) { return 0; }
|
||||
bool gyroGetAccumulationAverage(float *) { return false; }
|
||||
bool accGetAccumulationAverage(float *) { return false; }
|
||||
void mixerSetThrottleAngleCorrection(int) {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue