mirror of https://github.com/ArduPilot/ardupilot
Sub: handle param_set in GCS_MAVLINK base class
This commit is contained in:
parent
dd4bffb4a2
commit
8216a0375d
|
@ -897,11 +897,6 @@ void GCS_MAVLINK_Sub::handleMessage(mavlink_message_t* msg)
|
|||
break;
|
||||
}
|
||||
|
||||
case MAVLINK_MSG_ID_PARAM_SET: { // 23
|
||||
handle_param_set(msg, &sub.DataFlash);
|
||||
break;
|
||||
}
|
||||
|
||||
case MAVLINK_MSG_ID_PARAM_VALUE: {
|
||||
sub.camera_mount.handle_param_value(msg);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue