mirror of https://github.com/ArduPilot/ardupilot
Tracker: handle param_request_list in GCS_MAVLINK base class
This commit is contained in:
parent
8a7a1b77dd
commit
a2132f7b72
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue