mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: move try_send_message handling of EKF_STATUS_REPORT up
This commit is contained in:
parent
78d2c52a3f
commit
9437e893e5
@ -468,13 +468,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
|
||||
#endif
|
||||
break;
|
||||
|
||||
case MSG_EKF_STATUS_REPORT:
|
||||
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||
CHECK_PAYLOAD_SIZE(EKF_STATUS_REPORT);
|
||||
plane.ahrs.send_ekf_status_report(chan);
|
||||
#endif
|
||||
break;
|
||||
|
||||
case MSG_GIMBAL_REPORT:
|
||||
#if MOUNT == ENABLED
|
||||
CHECK_PAYLOAD_SIZE(GIMBAL_REPORT);
|
||||
|
Loading…
Reference in New Issue
Block a user