From 402ea2b72d6794636551bbf9396bd5ad92ba615e Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 1 Jun 2022 17:00:24 +0900 Subject: [PATCH] Plane: remove unused MSG_GIMBAL_REPORT --- ArduPlane/GCS_Mavlink.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduPlane/GCS_Mavlink.cpp b/ArduPlane/GCS_Mavlink.cpp index 268279ca1a..3e605d41c6 100644 --- a/ArduPlane/GCS_Mavlink.cpp +++ b/ArduPlane/GCS_Mavlink.cpp @@ -591,7 +591,6 @@ static const ap_message STREAM_EXTRA3_msgs[] = { MSG_BATTERY_STATUS, MSG_MOUNT_STATUS, MSG_OPTICAL_FLOW, - MSG_GIMBAL_REPORT, MSG_MAG_CAL_REPORT, MSG_MAG_CAL_PROGRESS, MSG_EKF_STATUS_REPORT,