Browse Source

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

zr-v5.1
Peter Barker 4 years ago committed by Andrew Tridgell
parent
commit
215bc51775
  1. 1
      libraries/AP_LandingGear/AP_LandingGear.cpp

1
libraries/AP_LandingGear/AP_LandingGear.cpp

@ -70,7 +70,6 @@ const AP_Param::GroupInfo AP_LandingGear::var_info[] = { @@ -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…
Cancel
Save