Plane: move sending of meminfo up

This commit is contained in:
Peter Barker 2017-08-04 18:10:46 +10:00 committed by Francisco Ferreira
parent da889bdff5
commit 9eb96886e5
1 changed files with 0 additions and 5 deletions

View File

@ -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);