mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fix some compile errors
This commit is contained in:
parent
9859bbfcae
commit
d3d08389f7
4 changed files with 5 additions and 8 deletions
|
@ -78,6 +78,7 @@ void imuConfigure(
|
|||
uint16_t throttle_correction_angle
|
||||
);
|
||||
|
||||
float getCosTiltAngle(void);
|
||||
void calculateEstimatedAltitude(uint32_t currentTime);
|
||||
void imuUpdateAccelerometer(rollAndPitchTrims_t *accelerometerTrims);
|
||||
void imuUpdateGyroAndAttitude(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue