Sub: handle param_set in GCS_MAVLINK base class

This commit is contained in:
Peter Barker 2017-08-19 20:23:58 +10:00 committed by Francisco Ferreira
parent dd4bffb4a2
commit 8216a0375d
1 changed files with 0 additions and 5 deletions

View File

@ -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;