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

This commit is contained in:
Tom Pittenger 2022-07-21 09:35:09 -07:00 committed by Tom Pittenger
parent b728b8179d
commit 28ab8ef316

View File

@ -124,7 +124,7 @@ const AP_Param::GroupInfo AP_Landing::var_info[] = {
// @Param: ABORT_THR // @Param: ABORT_THR
// @DisplayName: Landing abort using throttle // @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 // @Values: 0:Disabled, 1:Enabled
// @User: Advanced // @User: Advanced
AP_GROUPINFO("ABORT_THR", 12, AP_Landing, abort_throttle_enable, 0), AP_GROUPINFO("ABORT_THR", 12, AP_Landing, abort_throttle_enable, 0),