mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
GCS_MAVLink: rename for AHRS restructuring
This commit is contained in:
parent
1ae7d68988
commit
e1b839f739
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user