Skip to content

Commit

Permalink
Copter: deprecate RC_CHANNELS_RAW
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Oct 13, 2016
1 parent a2aa89d commit 652b6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ bool GCS_MAVLINK_Copter::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(copter.receiver_rssi);
break;

Expand Down

0 comments on commit 652b6b7

Please sign in to comment.