mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Sub: move try_send_message handling of EKF_STATUS_REPORT up
This commit is contained in:
parent
9437e893e5
commit
3694f085dc
@ -462,11 +462,6 @@ bool GCS_MAVLINK_Sub::try_send_message(enum ap_message id)
|
|||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_EKF_STATUS_REPORT:
|
|
||||||
CHECK_PAYLOAD_SIZE(EKF_STATUS_REPORT);
|
|
||||||
sub.ahrs.send_ekf_status_report(chan);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case MSG_PID_TUNING:
|
case MSG_PID_TUNING:
|
||||||
CHECK_PAYLOAD_SIZE(PID_TUNING);
|
CHECK_PAYLOAD_SIZE(PID_TUNING);
|
||||||
sub.send_pid_tuning(chan);
|
sub.send_pid_tuning(chan);
|
||||||
|
Loading…
Reference in New Issue
Block a user