mirror of https://github.com/ArduPilot/ardupilot
Tracker: remove MSG_STATUSTEXT entirely
This commit is contained in:
parent
f1c3e16354
commit
d9c4e1ad8e
|
@ -220,10 +220,6 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
|
|||
tracker.send_waypoint_request(chan);
|
||||
break;
|
||||
|
||||
case MSG_STATUSTEXT:
|
||||
// depreciated, use GCS_MAVLINK::send_statustext*
|
||||
return false;
|
||||
|
||||
case MSG_AHRS:
|
||||
CHECK_PAYLOAD_SIZE(AHRS);
|
||||
send_ahrs(tracker.ahrs);
|
||||
|
|
Loading…
Reference in New Issue