Skip to content

Commit fc47d7c

Browse files
IamPete1tridge
authored andcommitted
AP_BoardConfig: SAFETY_MASK include full 32 channels in docs
1 parent ae55f9a commit fc47d7c

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

libraries/AP_BoardConfig/AP_BoardConfig.cpp

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,38 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
206206
// @Param: SAFETY_MASK
207207
// @DisplayName: Outputs which ignore the safety switch state
208208
// @Description: A bitmask which controls what outputs can move while the safety switch has not been pressed
209-
// @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
209+
// @Bitmask: 0:Output1
210+
// @Bitmask: 1:Output2
211+
// @Bitmask: 2:Output3
212+
// @Bitmask: 3:Output4
213+
// @Bitmask: 4:Output5
214+
// @Bitmask: 5:Output6
215+
// @Bitmask: 6:Output7
216+
// @Bitmask: 7:Output8
217+
// @Bitmask: 8:Output9
218+
// @Bitmask: 9:Output10
219+
// @Bitmask: 10:Output11
220+
// @Bitmask: 11:Output12
221+
// @Bitmask: 12:Output13
222+
// @Bitmask: 13:Output14
223+
// @Bitmask: 14:Output15
224+
// @Bitmask: 15:Output16
225+
// @Bitmask: 16:Output17
226+
// @Bitmask: 17:Output18
227+
// @Bitmask: 18:Output19
228+
// @Bitmask: 19:Output20
229+
// @Bitmask: 20:Output21
230+
// @Bitmask: 21:Output22
231+
// @Bitmask: 22:Output23
232+
// @Bitmask: 23:Output24
233+
// @Bitmask: 24:Output25
234+
// @Bitmask: 25:Output26
235+
// @Bitmask: 26:Output27
236+
// @Bitmask: 27:Output28
237+
// @Bitmask: 28:Output29
238+
// @Bitmask: 29:Output30
239+
// @Bitmask: 30:Output31
240+
// @Bitmask: 31:Output32
210241
// @RebootRequired: True
211242
// @User: Advanced
212243
AP_GROUPINFO("SAFETY_MASK", 7, AP_BoardConfig, state.ignore_safety_channels, 0),

0 commit comments

Comments
 (0)