GCS_MAVLink: rename for AHRS restructuring

This commit is contained in:
Peter Barker 2021-07-20 22:16:32 +10:00 committed by Peter Barker
parent 1ae7d68988
commit e1b839f739

View File

@ -4881,7 +4881,7 @@ bool GCS_MAVLINK::try_send_message(const enum ap_message id)
case MSG_EKF_STATUS_REPORT:
CHECK_PAYLOAD_SIZE(EKF_STATUS_REPORT);
AP::ahrs_navekf().send_ekf_status_report(chan);
AP::ahrs().send_ekf_status_report(chan);
break;
case MSG_MEMINFO: