mirror of https://github.com/ArduPilot/ardupilot
Tracker: handle param_set in GCS_MAVLINK base class
This commit is contained in:
parent
8216a0375d
commit
f60e4bcea2
|
@ -449,12 +449,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_PARAM_SET:
|
|
||||||
{
|
|
||||||
handle_param_set(msg, nullptr);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_HEARTBEAT:
|
case MAVLINK_MSG_ID_HEARTBEAT:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue