mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Revert "Rover: use rcmap when sending radio_in to GCS"
This reverts commit fb867f3a06
.
This commit is contained in:
parent
f490a289de
commit
d130f0c499
@ -446,7 +446,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
|||||||
|
|
||||||
case MSG_RADIO_IN:
|
case MSG_RADIO_IN:
|
||||||
CHECK_PAYLOAD_SIZE(RC_CHANNELS_RAW);
|
CHECK_PAYLOAD_SIZE(RC_CHANNELS_RAW);
|
||||||
gcs[chan-MAVLINK_COMM_0].send_radio_in(rcmap, receiver_rssi);
|
gcs[chan-MAVLINK_COMM_0].send_radio_in(receiver_rssi);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_RADIO_OUT:
|
case MSG_RADIO_OUT:
|
||||||
|
Loading…
Reference in New Issue
Block a user