Skip to content

Commit

Permalink
add generic_rx_check for eacMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasloetkolben committed Oct 15, 2024
1 parent 70ca530 commit adecbac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions board/safety/safety_tesla.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ static void tesla_rx_hook(const CANPacket_t *to_push) {
}

generic_rx_checks((addr == 0x488) && (bus == 0));
generic_rx_checks((addr == 0x27d) && (bus == 0));

if (tesla_longitudinal) {
generic_rx_checks((addr == 0x2b9) && (bus == 0));
Expand Down

0 comments on commit adecbac

Please sign in to comment.