mirror of https://github.com/ArduPilot/ardupilot
Rover: minor comment fix to parameters list
This commit is contained in:
parent
e79e92a789
commit
b895da64e1
|
@ -127,10 +127,10 @@ public:
|
|||
k_param_throttle_min = 170,
|
||||
k_param_throttle_max,
|
||||
k_param_throttle_cruise,
|
||||
k_param_throttle_slewrate_old,
|
||||
k_param_throttle_reduction,
|
||||
k_param_throttle_slewrate_old, // unused
|
||||
k_param_throttle_reduction, // unused
|
||||
k_param_skid_steer_in,
|
||||
k_param_skid_steer_out_old,
|
||||
k_param_skid_steer_out_old, // unused
|
||||
|
||||
// failsafe control
|
||||
k_param_fs_action = 180,
|
||||
|
|
Loading…
Reference in New Issue