Copter: remove incorrect comment from PRECISION_LANDING block

This commit is contained in:
Peter Barker 2016-11-10 21:00:35 +11:00 committed by Randy Mackay
parent 1eca4e128d
commit 469f0f0bf0

View File

@ -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;