mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: tidy sending of queued mcu status messages
This commit is contained in:
parent
294e04cffa
commit
0fe9030b42
@ -525,7 +525,9 @@ static const ap_message STREAM_RAW_SENSORS_msgs[] = {
|
|||||||
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
||||||
MSG_SYS_STATUS,
|
MSG_SYS_STATUS,
|
||||||
MSG_POWER_STATUS,
|
MSG_POWER_STATUS,
|
||||||
|
#if HAL_WITH_MCU_MONITORING
|
||||||
MSG_MCU_STATUS,
|
MSG_MCU_STATUS,
|
||||||
|
#endif
|
||||||
MSG_MEMINFO,
|
MSG_MEMINFO,
|
||||||
MSG_CURRENT_WAYPOINT,
|
MSG_CURRENT_WAYPOINT,
|
||||||
MSG_GPS_RAW,
|
MSG_GPS_RAW,
|
||||||
|
Loading…
Reference in New Issue
Block a user