Rover: deprecate RC_CHANNELS_RAW

This commit is contained in:
Andrew Tridgell 2016-10-13 21:24:13 +11:00
parent 27d50988ca
commit 412dca1615

View File

@ -461,7 +461,7 @@ bool GCS_MAVLINK_Rover::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(rover.receiver_rssi);
break;