Browse Source

Blimp: remove unused MSG_GIMBAL_REPORT

apm_2208
Randy Mackay 3 years ago committed by Andrew Tridgell
parent
commit
03a2859e0e
  1. 3
      Blimp/GCS_Mavlink.cpp

3
Blimp/GCS_Mavlink.cpp

@ -283,7 +283,7 @@ const AP_Param::GroupInfo GCS_MAVLINK_Parameters::var_info[] = {
// @Param: EXTRA3 // @Param: EXTRA3
// @DisplayName: Extra data type 3 stream rate to ground station // @DisplayName: Extra data type 3 stream rate to ground station
// @Description: Stream rate of AHRS, HWSTATUS, SYSTEM_TIME, RANGEFINDER, DISTANCE_SENSOR, TERRAIN_REQUEST, BATTERY2, MOUNT_STATUS, OPTICAL_FLOW, GIMBAL_REPORT, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION and RPM to ground station // @Description: Stream rate of AHRS, HWSTATUS, SYSTEM_TIME, RANGEFINDER, DISTANCE_SENSOR, TERRAIN_REQUEST, BATTERY2, MOUNT_STATUS, OPTICAL_FLOW, MAG_CAL_REPORT, MAG_CAL_PROGRESS, EKF_STATUS_REPORT, VIBRATION and RPM to ground station
// @Units: Hz // @Units: Hz
// @Range: 0 10 // @Range: 0 10
// @Increment: 1 // @Increment: 1
@ -354,7 +354,6 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
MSG_BATTERY_STATUS, MSG_BATTERY_STATUS,
MSG_MOUNT_STATUS, MSG_MOUNT_STATUS,
MSG_OPTICAL_FLOW, MSG_OPTICAL_FLOW,
MSG_GIMBAL_REPORT,
MSG_MAG_CAL_REPORT, MSG_MAG_CAL_REPORT,
MSG_MAG_CAL_PROGRESS, MSG_MAG_CAL_PROGRESS,
MSG_EKF_STATUS_REPORT, MSG_EKF_STATUS_REPORT,

Loading…
Cancel
Save