5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-12 02:48:28 -04:00

AP_MotorsCoax: fix SV_SPEED param description

This commit is contained in:
Leonard Hall 2016-01-20 16:20:00 +09:00 committed by Randy Mackay
parent 8d8f52b22f
commit 110d41ee24

View File

@ -56,7 +56,7 @@ const AP_Param::GroupInfo AP_MotorsCoax::var_info[] = {
// @Param: SV_SPEED
// @DisplayName: Servo speed
// @Description: Servo update speed
// @Values: -1:Opposite direction,1:Same direction
// @Units: Hz
AP_GROUPINFO("SV_SPEED", 43, AP_MotorsCoax, _servo_speed, AP_MOTORS_SINGLE_SPEED_DIGITAL_SERVOS),
AP_GROUPEND