mirror of https://github.com/ArduPilot/ardupilot
Plane: move try_send_message sending of scaled_pressure up
This commit is contained in:
parent
e4a2b03488
commit
1f9d1ee5a2
|
@ -470,11 +470,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
|
|||
plane.send_vfr_hud(chan);
|
||||
break;
|
||||
|
||||
case MSG_RAW_IMU2:
|
||||
CHECK_PAYLOAD_SIZE(SCALED_PRESSURE);
|
||||
send_scaled_pressure();
|
||||
break;
|
||||
|
||||
case MSG_FENCE_STATUS:
|
||||
#if GEOFENCE_ENABLED == ENABLED
|
||||
CHECK_PAYLOAD_SIZE(FENCE_STATUS);
|
||||
|
|
Loading…
Reference in New Issue