Browse Source

AP_AHRS: Enable pre-flight GPS check status reporting for EKF2

master
Paul Riseborough 9 years ago committed by Andrew Tridgell
parent
commit
7ed36d8e65
  1. 3
      libraries/AP_AHRS/AP_AHRS_NavEKF.cpp

3
libraries/AP_AHRS/AP_AHRS_NavEKF.cpp

@ -721,8 +721,7 @@ const char *AP_AHRS_NavEKF::prearm_failure_reason(void) const @@ -721,8 +721,7 @@ const char *AP_AHRS_NavEKF::prearm_failure_reason(void) const
case 1:
return EKF1.prearm_failure_reason();
case 2:
// not implemented yet
return nullptr;
return EKF2.prearm_failure_reason();
}
return nullptr;
}

Loading…
Cancel
Save