mirror of https://github.com/ArduPilot/ardupilot
Plane: use ahrs.send_ekf_status_report()
This commit is contained in:
parent
232fc8a64d
commit
213bed99e1
|
@ -789,7 +789,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
|||
case MSG_EKF_STATUS_REPORT:
|
||||
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||
CHECK_PAYLOAD_SIZE(EKF_STATUS_REPORT);
|
||||
plane.ahrs.get_NavEKF().send_status_report(chan);
|
||||
plane.ahrs.send_ekf_status_report(chan);
|
||||
#endif
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue