mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 09:45:33 +03:00
Code tidy
This commit is contained in:
parent
842866426a
commit
ef3477f564
6 changed files with 58 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue