AP_TECS: Fix TECS_OPTIONS documentation

This commit is contained in:
Paul Riseborough 2022-11-15 19:19:55 +11:00 committed by Andrew Tridgell
parent d449ed885a
commit 9234e5168f
1 changed files with 1 additions and 1 deletions

View File

@ -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),