1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Tidy of main pid loop.

This commit is contained in:
Martin Budden 2016-05-04 10:12:11 +01:00
parent e9963f454b
commit 8c7c72c5dc
3 changed files with 19 additions and 38 deletions

View file

@ -419,11 +419,6 @@ void imuUpdateAccelerometer(rollAndPitchTrims_t *accelerometerTrims)
}
}
void imuUpdateGyro(void)
{
gyroUpdate();
}
void imuUpdateAttitude(void)
{
if (sensors(SENSOR_ACC) && isAccelUpdatedAtLeastOnce) {