From 6ba53cf11c6bc37a7d80b5a84a2144d5c30d9848 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Thu, 18 May 2017 11:31:17 -0700 Subject: [PATCH] Copter: Ignore Landing message --- ArduCopter/GCS_Mavlink.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduCopter/GCS_Mavlink.cpp b/ArduCopter/GCS_Mavlink.cpp index 42d2d51090..744603dd2c 100644 --- a/ArduCopter/GCS_Mavlink.cpp +++ b/ArduCopter/GCS_Mavlink.cpp @@ -563,6 +563,7 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id) case MSG_POSITION_TARGET_GLOBAL_INT: case MSG_SERVO_OUT: case MSG_AOA_SSA: + case MSG_LANDING: // unused break;