mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AP_Arming: mark ARMING_OPTIONS as copter only
This commit is contained in:
parent
78699e39d5
commit
e18d95f704
@ -130,7 +130,7 @@ 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: OPTIONS
|
// @Param{Copter}: 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
|
||||||
|
Loading…
Reference in New Issue
Block a user