mirror of https://github.com/ArduPilot/ardupilot
Rover: move sending of meminfo up
This commit is contained in:
parent
d03c7389f7
commit
ece800ba90
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue