mirror of https://github.com/ArduPilot/ardupilot
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();
|
||||
break;
|
||||
|
||||
case MSG_EXTENDED_STATUS2:
|
||||
CHECK_PAYLOAD_SIZE(MEMINFO);
|
||||
send_meminfo();
|
||||
break;
|
||||
|
||||
case MSG_ATTITUDE:
|
||||
CHECK_PAYLOAD_SIZE(ATTITUDE);
|
||||
plane.send_attitude(chan);
|
||||
|
|
Loading…
Reference in New Issue