mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_Arming: Expose ARMING_OPTIONS to all vehicles
This commit is contained in:
parent
7ca60d3fe0
commit
c1a5d20491
@ -136,12 +136,12 @@ const AP_Param::GroupInfo AP_Arming::var_info[] = {
|
|||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("CHECK", 8, AP_Arming, checks_to_perform, ARMING_CHECK_ALL),
|
AP_GROUPINFO("CHECK", 8, AP_Arming, checks_to_perform, ARMING_CHECK_ALL),
|
||||||
|
|
||||||
// @Param{Copter}: OPTIONS
|
// @Param: OPTIONS
|
||||||
// @DisplayName: Arming options
|
// @DisplayName: Arming options
|
||||||
// @Description: Options that can be applied to change arming behaviour
|
// @Description: Options that can be applied to change arming behaviour
|
||||||
// @Values: 0:None,1:Disable prearm display
|
// @Values: 0:None,1:Disable prearm display
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO_FRAME("OPTIONS", 9, AP_Arming, _arming_options, 0, AP_PARAM_FRAME_COPTER),
|
AP_GROUPINFO("OPTIONS", 9, AP_Arming, _arming_options, 0),
|
||||||
|
|
||||||
AP_GROUPEND
|
AP_GROUPEND
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user