mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Rover: remove MSG_STATUSTEXT entirely
This commit is contained in:
parent
eb1cf0e73a
commit
f1c3e16354
@ -404,10 +404,6 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id)
|
|||||||
queued_waypoint_send();
|
queued_waypoint_send();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_STATUSTEXT:
|
|
||||||
// depreciated, use GCS_MAVLINK::send_statustext*
|
|
||||||
return false;
|
|
||||||
|
|
||||||
case MSG_AHRS:
|
case MSG_AHRS:
|
||||||
CHECK_PAYLOAD_SIZE(AHRS);
|
CHECK_PAYLOAD_SIZE(AHRS);
|
||||||
send_ahrs(rover.ahrs);
|
send_ahrs(rover.ahrs);
|
||||||
|
Loading…
Reference in New Issue
Block a user