mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Copter: handle param_set in GCS_MAVLINK base class
This commit is contained in:
parent
50242178b3
commit
e6ac68fd2a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user