mirror of https://github.com/ArduPilot/ardupilot
Copter: move sending of gps_raw up
This commit is contained in:
parent
7e5d90f446
commit
56160a8bbd
|
@ -336,9 +336,6 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id)
|
||||||
copter.send_nav_controller_output(chan);
|
copter.send_nav_controller_output(chan);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_GPS_RAW:
|
|
||||||
return send_gps_raw(copter.gps);
|
|
||||||
|
|
||||||
case MSG_RADIO_IN:
|
case MSG_RADIO_IN:
|
||||||
CHECK_PAYLOAD_SIZE(RC_CHANNELS);
|
CHECK_PAYLOAD_SIZE(RC_CHANNELS);
|
||||||
send_radio_in(copter.receiver_rssi);
|
send_radio_in(copter.receiver_rssi);
|
||||||
|
|
Loading…
Reference in New Issue