Rover: move sending of meminfo up

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

View File

@ -307,11 +307,6 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id)
}
break;
case MSG_EXTENDED_STATUS2:
CHECK_PAYLOAD_SIZE(MEMINFO);
send_meminfo();
break;
case MSG_ATTITUDE:
CHECK_PAYLOAD_SIZE(ATTITUDE);
rover.send_attitude(chan);