mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Copter: remove MSG_STATUSTEXT entirely
This commit is contained in:
parent
d9c4e1ad8e
commit
eb0edc9b5b
@ -490,10 +490,6 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id)
|
|||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_STATUSTEXT:
|
|
||||||
// depreciated, use GCS_MAVLINK::send_statustext*
|
|
||||||
return false;
|
|
||||||
|
|
||||||
case MSG_FENCE_STATUS:
|
case MSG_FENCE_STATUS:
|
||||||
#if AC_FENCE == ENABLED
|
#if AC_FENCE == ENABLED
|
||||||
CHECK_PAYLOAD_SIZE(FENCE_STATUS);
|
CHECK_PAYLOAD_SIZE(FENCE_STATUS);
|
||||||
|
Loading…
Reference in New Issue
Block a user