AP_BoardConfig: remove @Values from param metadata where @Bitmask exists
This commit is contained in:
parent
c95b56d8fe
commit
955ea710b8
@ -171,7 +171,6 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
|
||||
// @Param: SAFETY_MASK
|
||||
// @DisplayName: Outputs which ignore the safety switch state
|
||||
// @Description: A bitmask which controls what outputs can move while the safety switch has not been pressed
|
||||
// @Values: 0:Disabled,1:Enabled
|
||||
// @Bitmask: 0:Output1,1:Output2,2:Output3,3:Output4,4:Output5,5:Output6,6:Output7,7:Output8,8:Output9,9:Output10,10:Output11,11:Output12,12:Output13,13:Output14
|
||||
// @RebootRequired: True
|
||||
// @User: Advanced
|
||||
|
Loading…
Reference in New Issue
Block a user