AP_Parachute: Improve the PWM parameters descriptions

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas 2017-05-16 01:22:18 +02:00 committed by Andrew Tridgell
parent 1b062d9d29
commit 89a0d2aa3b
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] = {
// @Param: SERVO_ON
// @DisplayName: Parachute Servo ON PWM value
// @Description: Parachute Servo PWM value when parachute is released
// @Description: Parachute Servo PWM value in microseconds when parachute is released
// @Range: 1000 2000
// @Units: PWM
// @Increment: 1
@ -35,7 +35,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] = {
// @Param: SERVO_OFF
// @DisplayName: Servo OFF PWM value
// @Description: Parachute Servo PWM value when parachute is not released
// @Description: Parachute Servo PWM value in microseconds when parachute is not released
// @Range: 1000 2000
// @Units: PWM
// @Increment: 1