From 379a4fbfabeabaa807762edf3eca17c43c204bdf Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Thu, 18 May 2017 11:31:49 -0700 Subject: [PATCH] Rover: Ignore landing message --- APMrover2/GCS_Mavlink.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/APMrover2/GCS_Mavlink.cpp b/APMrover2/GCS_Mavlink.cpp index 476c0a9aca..5391fe13f4 100644 --- a/APMrover2/GCS_Mavlink.cpp +++ b/APMrover2/GCS_Mavlink.cpp @@ -487,6 +487,7 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id) case MSG_GIMBAL_REPORT: case MSG_RPM: case MSG_POSITION_TARGET_GLOBAL_INT: + case MSG_LANDING: break; // just here to prevent a warning } return true;