mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tracker: Allow compass to manage buffer space for MAG_CAL
This commit is contained in:
parent
b5684e7eb4
commit
4e86ef9b47
@ -239,12 +239,10 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
|
||||
tracker.send_hwstatus(chan);
|
||||
break;
|
||||
case MSG_MAG_CAL_PROGRESS:
|
||||
CHECK_PAYLOAD_SIZE(MAG_CAL_PROGRESS);
|
||||
tracker.compass.send_mag_cal_progress(chan);
|
||||
break;
|
||||
|
||||
case MSG_MAG_CAL_REPORT:
|
||||
CHECK_PAYLOAD_SIZE(MAG_CAL_REPORT);
|
||||
tracker.compass.send_mag_cal_report(chan);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user