mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: move try_send_message queued_param_send up
This commit is contained in:
parent
7c37bb324b
commit
4cb94b80ee
@ -532,11 +532,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
|
||||
send_sensor_offsets(plane.ins, plane.compass, plane.barometer);
|
||||
break;
|
||||
|
||||
case MSG_NEXT_PARAM:
|
||||
CHECK_PAYLOAD_SIZE(PARAM_VALUE);
|
||||
queued_param_send();
|
||||
break;
|
||||
|
||||
case MSG_FENCE_STATUS:
|
||||
#if GEOFENCE_ENABLED == ENABLED
|
||||
CHECK_PAYLOAD_SIZE(FENCE_STATUS);
|
||||
|
Loading…
Reference in New Issue
Block a user