Browse Source

Plane: move try_send_message of RAW_IMU up to GCS_MAVLINK

master
Peter Barker 7 years ago committed by Peter Barker
parent
commit
e6411c6804
  1. 5
      ArduPlane/GCS_Mavlink.cpp

5
ArduPlane/GCS_Mavlink.cpp

@ -470,11 +470,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id) @@ -470,11 +470,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
plane.send_vfr_hud(chan);
break;
case MSG_RAW_IMU1:
CHECK_PAYLOAD_SIZE(RAW_IMU);
send_raw_imu(plane.ins, plane.compass);
break;
case MSG_RAW_IMU2:
CHECK_PAYLOAD_SIZE(SCALED_PRESSURE);
send_scaled_pressure();

Loading…
Cancel
Save