Browse Source

ArduCopter: remove @brief from GCS_MAVLINK class's comments because they mess up the mission planner's parsing of parameter descriptions

mission-4.1.18
rmackay9 12 years ago
parent
commit
861a66e26e
  1. 4
      ArduCopter/GCS_Mavlink.pde

4
ArduCopter/GCS_Mavlink.pde

@ -2077,7 +2077,7 @@ GCS_MAVLINK::_count_parameters() @@ -2077,7 +2077,7 @@ GCS_MAVLINK::_count_parameters()
}
/**
* @brief Send the next pending parameter, called from deferred message
* queued_param_send - Send the next pending parameter, called from deferred message
* handling code
*/
void
@ -2111,7 +2111,7 @@ GCS_MAVLINK::queued_param_send() @@ -2111,7 +2111,7 @@ GCS_MAVLINK::queued_param_send()
}
/**
* @brief Send the next pending waypoint, called from deferred message
* queued_waypoint_send - Send the next pending waypoint, called from deferred message
* handling code
*/
void

Loading…
Cancel
Save