AP_Motors:TradHeli - fix metadata for H_COL_CTRL_DIR

This commit is contained in:
ChristopherOlson 2018-06-27 17:50:17 -05:00 committed by Randy Mackay
parent 0ee6e41f6e
commit 1709c258bf
2 changed files with 4 additions and 4 deletions

View File

@ -154,8 +154,8 @@ const AP_Param::GroupInfo AP_MotorsHeli_Dual::var_info[] = {
// @Param: COL_CTRL_DIR
// @DisplayName: Collective Control Direction
// @Description: Collective Control Direction - 0 for Normal. 1 for Reversed
// @Values: 0: Normal, 1: Reversed
// @Description: Direction collective moves for positive pitch. 0 for Normal, 1 for Reversed
// @Values: 0:Normal,1:Reversed
// @User: Standard
AP_GROUPINFO("COL_CTRL_DIR", 19, AP_MotorsHeli_Dual, _collective_direction, AP_MOTORS_HELI_DUAL_COLLECTIVE_DIRECTION_NORMAL),

View File

@ -120,8 +120,8 @@ const AP_Param::GroupInfo AP_MotorsHeli_Single::var_info[] = {
// @Param: COL_CTRL_DIR
// @DisplayName: Collective Control Direction
// @Description: Collective Control Direction - 0 for Normal. 1 for Reversed
// @Values: 0: Normal, 1: Reversed
// @Description: Direction collective moves for positive pitch. 0 for Normal, 1 for Reversed
// @Values: 0:Normal,1:Reversed
// @User: Standard
AP_GROUPINFO("COL_CTRL_DIR", 19, AP_MotorsHeli_Single, _collective_direction, AP_MOTORS_HELI_SINGLE_COLLECTIVE_DIRECTION_NORMAL),