From edd4f6d14d516318f1e70bfbfef920ac53f8f445 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 4 Dec 2018 16:18:39 +1100 Subject: [PATCH] Plane: rename MSG_EXTENDED_STATUS2 to MSG_MEMINFO --- ArduPlane/GCS_Mavlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/GCS_Mavlink.cpp b/ArduPlane/GCS_Mavlink.cpp index 13247cab58..f7023dc2c5 100644 --- a/ArduPlane/GCS_Mavlink.cpp +++ b/ArduPlane/GCS_Mavlink.cpp @@ -609,7 +609,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,