AP_Parachute: set param "Enable" to be FLAG_ENABLE

This commit is contained in:
Tom Pittenger 2016-08-04 11:31:21 -07:00
parent b1ef848de6
commit ebe829614d

View File

@ -16,7 +16,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] = {
// @Description: Parachute release enabled or disabled // @Description: Parachute release enabled or disabled
// @Values: 0:Disabled,1:Enabled // @Values: 0:Disabled,1:Enabled
// @User: Standard // @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 // @Param: TYPE
// @DisplayName: Parachute release mechanism type (relay or servo) // @DisplayName: Parachute release mechanism type (relay or servo)