Skip to content

Commit 3e199cb

Browse files
committed
Subaru safety: ES_LKAS message should not be forwarded
1 parent 252dec2 commit 3e199cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

board/safety/safety_subaru.h

+4
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ static int subaru_fwd_hook(int bus_num, CAN_FIFOMailBox_TypeDef *to_fwd) {
123123
if (addr == 545) {
124124
return -1;
125125
}
126+
// ES LKAS
127+
if (addr == 802) {
128+
return -1;
129+
}
126130

127131
return 0; // Main CAN
128132
}

0 commit comments

Comments
 (0)