Skip to content

Commit

Permalink
Safety hyundai: fixed RT check
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Aug 30, 2018
1 parent 04270b8 commit 487fcae
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
@@ -1,5 +1,5 @@
const int HYUNDAI_MAX_STEER = 250;
const int HYUNDAI_MAX_RT_DELTA = 128; // max delta torque allowed for real time checks
const int HYUNDAI_MAX_RT_DELTA = 112; // 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 = 3;
const int HYUNDAI_MAX_RATE_DOWN = 7;
Expand Down

0 comments on commit 487fcae

Please sign in to comment.