diff --git a/ArduCopter/GCS_Mavlink.cpp b/ArduCopter/GCS_Mavlink.cpp index 83824ecd80..4cc95d5661 100644 --- a/ArduCopter/GCS_Mavlink.cpp +++ b/ArduCopter/GCS_Mavlink.cpp @@ -1851,10 +1851,11 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg) break; #if PRECISION_LANDING == ENABLED - case MAVLINK_MSG_ID_LANDING_TARGET: - // configure or release parachute - result = MAV_RESULT_ACCEPTED; - copter.precland.handle_msg(msg); + case MAVLINK_MSG_ID_LANDING_TARGET: + // configure or release parachute + result = MAV_RESULT_ACCEPTED; + copter.precland.handle_msg(msg); + break; #endif #if CAMERA == ENABLED