ArduCopter: tidy sending of queued mcu status messages

This commit is contained in:
Peter Barker 2023-10-27 18:16:35 +11:00 committed by Andrew Tridgell
parent 962584811d
commit 88a862f128
1 changed files with 2 additions and 0 deletions

View File

@ -503,7 +503,9 @@ static const ap_message STREAM_RAW_SENSORS_msgs[] = {
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
MSG_SYS_STATUS,
MSG_POWER_STATUS,
#if HAL_WITH_MCU_MONITORING
MSG_MCU_STATUS,
#endif
MSG_MEMINFO,
MSG_CURRENT_WAYPOINT, // MISSION_CURRENT
MSG_GPS_RAW,