Copter: handle param_set in GCS_MAVLINK base class

This commit is contained in:
Peter Barker 2017-08-19 20:23:04 +10:00 committed by Francisco Ferreira
parent 50242178b3
commit e6ac68fd2a

View File

@ -734,12 +734,6 @@ void GCS_MAVLINK_Copter::handleMessage(mavlink_message_t* msg)
break;
}
case MAVLINK_MSG_ID_PARAM_SET: // 23
{
handle_param_set(msg, &copter.DataFlash);
break;
}
case MAVLINK_MSG_ID_PARAM_VALUE:
{
#if MOUNT == ENABLED