From c4a5bbd3c23aabd3ea4e0fc7af8d8d8a2d6e95c9 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 19 Nov 2013 11:23:07 +0900 Subject: [PATCH] TradHeli: remove slash from parameter description This may fix the issue in which the parameter descriptions are appearing twice on the arducopter-parameters wiki page --- libraries/AP_Motors/AP_MotorsHeli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Motors/AP_MotorsHeli.cpp b/libraries/AP_Motors/AP_MotorsHeli.cpp index 2c029ad1eb..b7c9312361 100644 --- a/libraries/AP_Motors/AP_MotorsHeli.cpp +++ b/libraries/AP_Motors/AP_MotorsHeli.cpp @@ -103,7 +103,7 @@ const AP_Param::GroupInfo AP_MotorsHeli::var_info[] PROGMEM = { // @Param: TAIL_TYPE // @DisplayName: Tail Type // @Description: Tail type selection. Simpler yaw controller used if external gyro is selected - // @Values: 0:Servo only,1:Servo w/ ExtGyro,2:DirectDrive VarPitch,3:DirectDrive FixedPitch + // @Values: 0:Servo only,1:Servo with ExtGyro,2:DirectDrive VarPitch,3:DirectDrive FixedPitch // @User: Standard AP_GROUPINFO("TAIL_TYPE",9, AP_MotorsHeli, _tail_type, AP_MOTORS_HELI_TAILTYPE_SERVO),