Tracker: handle param_request_list in GCS_MAVLINK base class

This commit is contained in:
Peter Barker 2017-08-19 20:26:22 +10:00 committed by Francisco Ferreira
parent 8a7a1b77dd
commit a2132f7b72
1 changed files with 0 additions and 6 deletions

View File

@ -443,12 +443,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
}
case MAVLINK_MSG_ID_PARAM_REQUEST_LIST:
{
handle_param_request_list(msg);
break;
}
case MAVLINK_MSG_ID_HEARTBEAT:
break;