mirror of https://github.com/ArduPilot/ardupilot
Mount: add missing RebootRequired to param description
This commit is contained in:
parent
1f3fa3e272
commit
964d02065a
|
@ -196,6 +196,7 @@ const AP_Param::GroupInfo AP_Mount::var_info[] = {
|
||||||
// @DisplayName: Mount Type
|
// @DisplayName: Mount Type
|
||||||
// @Description: Mount Type (None, Servo or MAVLink)
|
// @Description: Mount Type (None, Servo or MAVLink)
|
||||||
// @Values: 0:None, 1:Servo, 2:3DR Solo, 3:Alexmos Serial, 4:SToRM32 MAVLink, 5:SToRM32 Serial
|
// @Values: 0:None, 1:Servo, 2:3DR Solo, 3:Alexmos Serial, 4:SToRM32 MAVLink, 5:SToRM32 Serial
|
||||||
|
// @RebootRequired: True
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("_TYPE", 19, AP_Mount, state[0]._type, 0),
|
AP_GROUPINFO("_TYPE", 19, AP_Mount, state[0]._type, 0),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue