Tracker: handle param_set in GCS_MAVLINK base class

This commit is contained in:
Peter Barker 2017-08-19 20:24:36 +10:00 committed by Francisco Ferreira
parent 8216a0375d
commit f60e4bcea2
1 changed files with 0 additions and 6 deletions

View File

@ -449,12 +449,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
break;
}
case MAVLINK_MSG_ID_PARAM_SET:
{
handle_param_set(msg, nullptr);
break;
}
case MAVLINK_MSG_ID_HEARTBEAT:
break;