mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: remove MSG_STATUSTEXT entirely
This commit is contained in:
parent
eb0edc9b5b
commit
ea892d278f
@ -560,10 +560,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
|
||||
queued_waypoint_send();
|
||||
break;
|
||||
|
||||
case MSG_STATUSTEXT:
|
||||
// depreciated, use GCS_MAVLINK::send_statustext*
|
||||
return false;
|
||||
|
||||
case MSG_FENCE_STATUS:
|
||||
#if GEOFENCE_ENABLED == ENABLED
|
||||
CHECK_PAYLOAD_SIZE(FENCE_STATUS);
|
||||
|
Loading…
Reference in New Issue
Block a user