From 469f0f0bf07b2fc2c6e277768088b36a1fcd67d1 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 10 Nov 2016 21:00:35 +1100 Subject: [PATCH] Copter: remove incorrect comment from PRECISION_LANDING block --- ArduCopter/GCS_Mavlink.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduCopter/GCS_Mavlink.cpp b/ArduCopter/GCS_Mavlink.cpp index 664a7c18d8..3e8dda27da 100644 --- a/ArduCopter/GCS_Mavlink.cpp +++ b/ArduCopter/GCS_Mavlink.cpp @@ -1818,7 +1818,6 @@ void GCS_MAVLINK_Copter::handleMessage(mavlink_message_t* msg) #if PRECISION_LANDING == ENABLED case MAVLINK_MSG_ID_LANDING_TARGET: - // configure or release parachute result = MAV_RESULT_ACCEPTED; copter.precland.handle_msg(msg); break;