mirror of https://github.com/ArduPilot/ardupilot
autotest: allow RebootRequired keyword in autodocs
This commit is contained in:
parent
9b77260ebb
commit
337cd3d4a7
|
@ -22,7 +22,8 @@ known_param_fields = [
|
|||
'Range',
|
||||
'Units',
|
||||
'Increment',
|
||||
'User',
|
||||
'User',
|
||||
'RebootRequired'
|
||||
]
|
||||
|
||||
required_param_fields = [
|
||||
|
|
Loading…
Reference in New Issue