Skip to content

Commit

Permalink
Hyundai safety: fixed wrong param
Browse files Browse the repository at this point in the history
  • Loading branch information
Commaremote committed Aug 29, 2018
1 parent 8a1dcbe commit ad1ba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety/safety_hyundai.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const int HYUNDAI_MAX_STEER = 250;
const int HYUNDAI_MAX_RT_DELTA = 128; // max delta torque allowed for real time checks
const int32_t HYUNDAI_RT_INTERVAL = 250000; // 250ms between real time checks
const int HYUNDAI_MAX_RATE_UP = 4;
const int HYUNDAI_MAX_RATE_DOWN = 8;
const int HYUNDAI_MAX_RATE_DOWN = 10;
const int HYUNDAI_DRIVER_TORQUE_ALLOWANCE = 50;
const int HYUNDAI_DRIVER_TORQUE_FACTOR = 4;

Expand Down

0 comments on commit ad1ba69

Please sign in to comment.