Skip to content

Commit

Permalink
add new PCM message to RX checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 18, 2024
1 parent 3e9b058 commit 7fe0cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety/safety_toyota.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const CanMsg TOYOTA_INTERCEPTOR_TX_MSGS[] = {
#define TOYOTA_COMMON_RX_CHECKS(lta) \
{.msg = {{ 0xaa, 0, 8, .check_checksum = false, .frequency = 83U}, { 0 }, { 0 }}}, \
{.msg = {{0x260, 0, 8, .check_checksum = true, .quality_flag = (lta), .frequency = 50U}, { 0 }, { 0 }}}, \
{.msg = {{0x1D2, 0, 8, .check_checksum = true, .frequency = 33U}, { 0 }, { 0 }}}, \
{.msg = {{0x1D2, 0, 8, .check_checksum = true, .frequency = 33U}, {0x1A2, 0, 8, .check_checksum = true, .frequency = 20U}, { 0 }}},\
{.msg = {{0x101, 0, 8, .check_checksum = false, .frequency = 50U}, \
{0x224, 0, 8, .check_checksum = false, .frequency = 40U}, \
{0x226, 0, 8, .check_checksum = false, .frequency = 40U}}}, \
Expand Down

0 comments on commit 7fe0cca

Please sign in to comment.