Mount: add missing RebootRequired to param description

This commit is contained in:
Don Gagne 2015-12-25 16:41:41 -08:00 committed by Randy Mackay
parent 1f3fa3e272
commit 964d02065a
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ const AP_Param::GroupInfo AP_Mount::var_info[] = {
// @DisplayName: Mount Type
// @Description: Mount Type (None, Servo or MAVLink)
// @Values: 0:None, 1:Servo, 2:3DR Solo, 3:Alexmos Serial, 4:SToRM32 MAVLink, 5:SToRM32 Serial
// @RebootRequired: True
// @User: Standard
AP_GROUPINFO("_TYPE", 19, AP_Mount, state[0]._type, 0),