mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_Arming: Expose ARMING_OPTIONS to all vehicles
This commit is contained in:
parent
40a03367f3
commit
6a5ad848a4
@ -136,12 +136,12 @@ const AP_Param::GroupInfo AP_Arming::var_info[] = {
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("CHECK", 8, AP_Arming, checks_to_perform, ARMING_CHECK_ALL),
|
||||
|
||||
// @Param{Copter}: OPTIONS
|
||||
// @Param: OPTIONS
|
||||
// @DisplayName: Arming options
|
||||
// @Description: Options that can be applied to change arming behaviour
|
||||
// @Values: 0:None,1:Disable prearm display
|
||||
// @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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user