From 215bc517753438cc9346019cb14db6b034d9e490 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 22 Jun 2021 13:18:24 +1000 Subject: [PATCH] AP_LandingGear: remove @Values from param metadata where @Bitmask exists --- libraries/AP_LandingGear/AP_LandingGear.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_LandingGear/AP_LandingGear.cpp b/libraries/AP_LandingGear/AP_LandingGear.cpp index 680762575c..496bbc468f 100644 --- a/libraries/AP_LandingGear/AP_LandingGear.cpp +++ b/libraries/AP_LandingGear/AP_LandingGear.cpp @@ -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),