mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Plane: move sending of meminfo up
This commit is contained in:
parent
da889bdff5
commit
9eb96886e5
@ -445,11 +445,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
|
|||||||
send_power_status();
|
send_power_status();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_EXTENDED_STATUS2:
|
|
||||||
CHECK_PAYLOAD_SIZE(MEMINFO);
|
|
||||||
send_meminfo();
|
|
||||||
break;
|
|
||||||
|
|
||||||
case MSG_ATTITUDE:
|
case MSG_ATTITUDE:
|
||||||
CHECK_PAYLOAD_SIZE(ATTITUDE);
|
CHECK_PAYLOAD_SIZE(ATTITUDE);
|
||||||
plane.send_attitude(chan);
|
plane.send_attitude(chan);
|
||||||
|
Loading…
Reference in New Issue
Block a user