mirror of https://github.com/ArduPilot/ardupilot
AP_Parachute: set param "Enable" to be FLAG_ENABLE
This commit is contained in:
parent
b1ef848de6
commit
ebe829614d
|
@ -16,7 +16,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] = {
|
|||
// @Description: Parachute release enabled or disabled
|
||||
// @Values: 0:Disabled,1:Enabled
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("ENABLED", 0, AP_Parachute, _enabled, 0),
|
||||
AP_GROUPINFO_FLAGS("ENABLED", 0, AP_Parachute, _enabled, 0, AP_PARAM_FLAG_ENABLE),
|
||||
|
||||
// @Param: TYPE
|
||||
// @DisplayName: Parachute release mechanism type (relay or servo)
|
||||
|
|
Loading…
Reference in New Issue