mirror of https://github.com/ArduPilot/ardupilot
AP_LandingGear: remove @Values from param metadata where @Bitmask exists
This commit is contained in:
parent
731cf038f0
commit
215bc51775
|
@ -70,7 +70,6 @@ const AP_Param::GroupInfo AP_LandingGear::var_info[] = {
|
|||
// @Param: OPTIONS
|
||||
// @DisplayName: Landing gear auto retract/deploy options
|
||||
// @Description: Options to retract or deploy landing gear in Auto or Guided mode
|
||||
// @Values: 1:Retract after Takeoff, 2:Deploy during Land, 3:Retract after Takeoff AND deploy during Land
|
||||
// @Bitmask: 0:Retract after Takeoff,1:Deploy during Land
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("OPTIONS", 9, AP_LandingGear, _options, 3),
|
||||
|
|
Loading…
Reference in New Issue