mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-25 10:08:28 -04:00
AP_AHRS: Enable pre-flight GPS check status reporting for EKF2
This commit is contained in:
parent
b6d63d4b4e
commit
7ed36d8e65
@ -721,8 +721,7 @@ const char *AP_AHRS_NavEKF::prearm_failure_reason(void) const
|
|||||||
case 1:
|
case 1:
|
||||||
return EKF1.prearm_failure_reason();
|
return EKF1.prearm_failure_reason();
|
||||||
case 2:
|
case 2:
|
||||||
// not implemented yet
|
return EKF2.prearm_failure_reason();
|
||||||
return nullptr;
|
|
||||||
}
|
}
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user