Browse Source

Plane: handle param_set in GCS_MAVLINK base class

mission-4.1.18
Peter Barker 8 years ago committed by Francisco Ferreira
parent
commit
dd4bffb4a2
  1. 6
      ArduPlane/GCS_Mavlink.cpp

6
ArduPlane/GCS_Mavlink.cpp

@ -1437,12 +1437,6 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg) @@ -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

Loading…
Cancel
Save