1
0
Fork 0
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:
borisbstyle 2016-02-03 01:53:12 +01:00
parent 9859bbfcae
commit d3d08389f7
4 changed files with 5 additions and 8 deletions

View file

@ -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);