Browse Source

AP_Landing: change LAND_ABORT_THR param docs to match code and wiki of 90%

apm_2208
Tom Pittenger 3 years ago committed by Tom Pittenger
parent
commit
28ab8ef316
  1. 2
      libraries/AP_Landing/AP_Landing.cpp

2
libraries/AP_Landing/AP_Landing.cpp

@ -124,7 +124,7 @@ const AP_Param::GroupInfo AP_Landing::var_info[] = { @@ -124,7 +124,7 @@ const AP_Param::GroupInfo AP_Landing::var_info[] = {
// @Param: ABORT_THR
// @DisplayName: Landing abort using throttle
// @Description: Allow a landing abort to trigger with a throttle > 95%
// @Description: Allow a landing abort to trigger with an input throttle >= 90%. This works with or without stick-mixing enabled.
// @Values: 0:Disabled, 1:Enabled
// @User: Advanced
AP_GROUPINFO("ABORT_THR", 12, AP_Landing, abort_throttle_enable, 0),

Loading…
Cancel
Save