mirror of https://github.com/ArduPilot/ardupilot
AP_TECS: Fix TECS_OPTIONS documentation
This commit is contained in:
parent
d449ed885a
commit
9234e5168f
|
@ -246,7 +246,7 @@ const AP_Param::GroupInfo AP_TECS::var_info[] = {
|
|||
// @Param: OPTIONS
|
||||
// @DisplayName: Extra TECS options
|
||||
// @Description: This allows the enabling of special features in the speed/height controller.
|
||||
// @Bitmask: 0:GliderOnly,1:No Height Demand Smoothing
|
||||
// @Bitmask: 0:GliderOnly
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("OPTIONS", 28, AP_TECS, _options, 0),
|
||||
|
||||
|
|
Loading…
Reference in New Issue