From 85a96195fd44e47e99ba6157db25050f4585c28f Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 4 Dec 2018 16:18:44 +1100 Subject: [PATCH] Sub: rename MSG_EXTENDED_STATUS2 to MSG_MEMINFO --- ArduSub/GCS_Mavlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduSub/GCS_Mavlink.cpp b/ArduSub/GCS_Mavlink.cpp index 90524d086a..5204f34c55 100644 --- a/ArduSub/GCS_Mavlink.cpp +++ b/ArduSub/GCS_Mavlink.cpp @@ -531,7 +531,7 @@ static const ap_message STREAM_RAW_SENSORS_msgs[] = { }; static const ap_message STREAM_EXTENDED_STATUS_msgs[] = { MSG_EXTENDED_STATUS1, // SYS_STATUS, POWER_STATUS - MSG_EXTENDED_STATUS2, // MEMINFO + MSG_MEMINFO, MSG_CURRENT_WAYPOINT, MSG_GPS_RAW, MSG_GPS_RTK,