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:
parent
8d8f52b22f
commit
110d41ee24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user