Browse Source

Mount: add missing RebootRequired to param description

master
Don Gagne 9 years ago committed by Randy Mackay
parent
commit
964d02065a
  1. 1
      libraries/AP_Mount/AP_Mount.cpp

1
libraries/AP_Mount/AP_Mount.cpp

@ -196,6 +196,7 @@ const AP_Param::GroupInfo AP_Mount::var_info[] = { @@ -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),

Loading…
Cancel
Save