Browse Source

AC_AutoTune: remove @Values from param metadata where @Bitmask exists

zr-v5.1
Peter Barker 4 years ago committed by Andrew Tridgell
parent
commit
092885f67f
  1. 1
      libraries/AC_AutoTune/AC_AutoTune.cpp

1
libraries/AC_AutoTune/AC_AutoTune.cpp

@ -106,7 +106,6 @@ const AP_Param::GroupInfo AC_AutoTune::var_info[] = { @@ -106,7 +106,6 @@ const AP_Param::GroupInfo AC_AutoTune::var_info[] = {
// @Param: AXES
// @DisplayName: Autotune axis bitmask
// @Description: 1-byte bitmap of axes to autotune
// @Values: 7:All,1:Roll Only,2:Pitch Only,4:Yaw Only,3:Roll and Pitch,5:Roll and Yaw,6:Pitch and Yaw
// @Bitmask: 0:Roll,1:Pitch,2:Yaw
// @User: Standard
AP_GROUPINFO("AXES", 1, AC_AutoTune, axis_bitmask, 7), // AUTOTUNE_AXIS_BITMASK_DEFAULT

Loading…
Cancel
Save