mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 22:48:28 -04:00
Sub: move sending of gps_raw up
This commit is contained in:
parent
c3e86840b2
commit
b14d99dc2c
@ -475,10 +475,6 @@ bool GCS_MAVLINK_Sub::try_send_message(enum ap_message id)
|
||||
sub.send_nav_controller_output(chan);
|
||||
break;
|
||||
|
||||
case MSG_GPS_RAW:
|
||||
send_gps_raw(sub.gps);
|
||||
break;
|
||||
|
||||
case MSG_RADIO_IN:
|
||||
CHECK_PAYLOAD_SIZE(RC_CHANNELS_RAW);
|
||||
send_radio_in(0);
|
||||
|
Loading…
Reference in New Issue
Block a user