Skip to content
Snippets Groups Projects
Commit c4a5bbd3 authored by Randy Mackay's avatar Randy Mackay
Browse files

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
parent 514568af
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ const AP_Param::GroupInfo AP_MotorsHeli::var_info[] PROGMEM = { ...@@ -103,7 +103,7 @@ const AP_Param::GroupInfo AP_MotorsHeli::var_info[] PROGMEM = {
// @Param: TAIL_TYPE // @Param: TAIL_TYPE
// @DisplayName: Tail Type // @DisplayName: Tail Type
// @Description: Tail type selection. Simpler yaw controller used if external gyro is selected // @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 // @User: Standard
AP_GROUPINFO("TAIL_TYPE",9, AP_MotorsHeli, _tail_type, AP_MOTORS_HELI_TAILTYPE_SERVO), AP_GROUPINFO("TAIL_TYPE",9, AP_MotorsHeli, _tail_type, AP_MOTORS_HELI_TAILTYPE_SERVO),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment