mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -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);
|
send_sensor_offsets(plane.ins, plane.compass, plane.barometer);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_NEXT_PARAM:
|
|
||||||
CHECK_PAYLOAD_SIZE(PARAM_VALUE);
|
|
||||||
queued_param_send();
|
|
||||||
break;
|
|
||||||
|
|
||||||
case MSG_FENCE_STATUS:
|
case MSG_FENCE_STATUS:
|
||||||
#if GEOFENCE_ENABLED == ENABLED
|
#if GEOFENCE_ENABLED == ENABLED
|
||||||
CHECK_PAYLOAD_SIZE(FENCE_STATUS);
|
CHECK_PAYLOAD_SIZE(FENCE_STATUS);
|
||||||
|
Loading…
Reference in New Issue
Block a user