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

This commit is contained in:
Peter Barker 2021-06-22 13:18:21 +10:00 committed by Andrew Tridgell
parent b6d5569244
commit 092885f67f

View File

@ -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