Rover: minor comment fix to parameters list

This commit is contained in:
Randy Mackay 2017-08-10 17:33:00 +09:00
parent e79e92a789
commit b895da64e1
1 changed files with 3 additions and 3 deletions

View File

@ -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,