Browse Source

Plane: move sending of gps_raw up

master
Peter Barker 8 years ago committed by Francisco Ferreira
parent
commit
c3e86840b2
  1. 5
      ArduPlane/GCS_Mavlink.cpp

5
ArduPlane/GCS_Mavlink.cpp

@ -474,11 +474,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
} }
break; break;
case MSG_GPS_RAW:
CHECK_PAYLOAD_SIZE(GPS_RAW_INT);
send_gps_raw(plane.gps);
break;
case MSG_SERVO_OUT: case MSG_SERVO_OUT:
#if HIL_SUPPORT #if HIL_SUPPORT
if (plane.g.hil_mode == 1) { if (plane.g.hil_mode == 1) {

Loading…
Cancel
Save