1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 09:45:33 +03:00

Code tidy

This commit is contained in:
Martin Budden 2017-01-03 01:27:19 +00:00
parent 842866426a
commit ef3477f564
6 changed files with 58 additions and 21 deletions

View file

@ -610,7 +610,7 @@ void imuUpdateAttitude(timeUs_t currentTimeUs)
bool isImuReady(void)
{
return sensors(SENSOR_ACC) && isGyroCalibrationComplete();
return sensors(SENSOR_ACC) && gyroIsCalibrationComplete();
}
bool isImuHeadingValid(void)