mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Dterm scaling correction // Code cleanup
This commit is contained in:
parent
f5ad7f6003
commit
0539abc649
13 changed files with 34 additions and 84 deletions
|
@ -84,4 +84,4 @@ float calculateAccZLowPassFilterRCTimeConstant(float accz_lpf_cutoff);
|
|||
int16_t imuCalculateHeading(t_fp_vector *vec);
|
||||
|
||||
void imuResetAccelerationSum(void);
|
||||
void imuUpdate(rollAndPitchTrims_t *accelerometerTrims, uint8_t acc_for_fast_looptime);
|
||||
void imuUpdate(rollAndPitchTrims_t *accelerometerTrims);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue