From 964e0b91345ba2eb6310bb5471b33b7109e009f5 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 27 Oct 2023 18:16:35 +1100 Subject: [PATCH] ArduSub: tidy sending of queued mcu status messages --- ArduSub/GCS_Mavlink.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ArduSub/GCS_Mavlink.cpp b/ArduSub/GCS_Mavlink.cpp index 4facb62f80..0315d75ba2 100644 --- a/ArduSub/GCS_Mavlink.cpp +++ b/ArduSub/GCS_Mavlink.cpp @@ -346,7 +346,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, MSG_GPS_RAW,