mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Copter: move sending of meminfo up
This commit is contained in:
parent
ece800ba90
commit
da889bdff5
@ -316,11 +316,6 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id)
|
|||||||
}
|
}
|
||||||
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);
|
||||||
copter.send_attitude(chan);
|
copter.send_attitude(chan);
|
||||||
|
Loading…
Reference in New Issue
Block a user