From dd4bffb4a2c60b72645e1b5b442f0e4e328d6f01 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 19 Aug 2017 20:23:31 +1000 Subject: [PATCH] Plane: handle param_set in GCS_MAVLINK base class --- ArduPlane/GCS_Mavlink.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ArduPlane/GCS_Mavlink.cpp b/ArduPlane/GCS_Mavlink.cpp index 383f58d6b5..0cbabb28f2 100644 --- a/ArduPlane/GCS_Mavlink.cpp +++ b/ArduPlane/GCS_Mavlink.cpp @@ -1437,12 +1437,6 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg) } #endif // GEOFENCE_ENABLED - case MAVLINK_MSG_ID_PARAM_SET: - { - handle_param_set(msg, &plane.DataFlash); - break; - } - case MAVLINK_MSG_ID_GIMBAL_REPORT: { #if MOUNT == ENABLED