mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
Plane: deprecate RC_CHANNELS_RAW
This commit is contained in:
parent
53260969bb
commit
a2aa89dc1e
@ -694,7 +694,7 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
|
||||
break;
|
||||
|
||||
case MSG_RADIO_IN:
|
||||
CHECK_PAYLOAD_SIZE(RC_CHANNELS_RAW);
|
||||
CHECK_PAYLOAD_SIZE(RC_CHANNELS);
|
||||
send_radio_in(plane.receiver_rssi);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user