Skip to content

Commit

Permalink
2047 slew rates
Browse files Browse the repository at this point in the history
  • Loading branch information
ClockeNessMnstr committed Oct 16, 2023
1 parent 6d60f5b commit 03fff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety/safety_subaru.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.type = TorqueDriverLimited, \
} \

const SteeringLimits SUBARU_STEERING_LIMITS = SUBARU_STEERING_LIMITS_GENERATOR(2047, 50, 70);
const SteeringLimits SUBARU_STEERING_LIMITS = SUBARU_STEERING_LIMITS_GENERATOR(2047, 30, 30);
const SteeringLimits SUBARU_GEN2_STEERING_LIMITS = SUBARU_STEERING_LIMITS_GENERATOR(1000, 40, 40);
const SteeringLimits SUBARU_2018_CROSSTREK_STEERING_LIMITS = SUBARU_STEERING_LIMITS_GENERATOR(3071, 60, 60);

Expand Down

0 comments on commit 03fff85

Please sign in to comment.