From 02fa9c3f70112997433f7b4d3eb6a27e22a12f2a Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Thu, 23 Jan 2025 21:00:38 -0600 Subject: [PATCH] Remove 0x411 and 0x750 Co-authored-by: Jason Wen --- board/safety/safety_toyota.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/board/safety/safety_toyota.h b/board/safety/safety_toyota.h index c4ee826e41..cdbdd0f4ae 100644 --- a/board/safety/safety_toyota.h +++ b/board/safety/safety_toyota.h @@ -13,8 +13,7 @@ #define TOYOTA_COMMON_SECOC_TX_MSGS \ TOYOTA_BASE_TX_MSGS \ {0x2E4, 0, 8}, {0x131, 0, 8}, /* STEERING_LKA (longer message for SecOC), STEERING_LTA_2 */ \ - {0x183, 0, 8}, {0x411, 0, 8}, /* ACC_CONTROL_2, PCS_HUD */ \ - {0x750, 0, 8}, /* radar diagnostic address */ \ + {0x183, 0, 8}, /* ACC_CONTROL_2 */ \ #define TOYOTA_COMMON_LONG_TX_MSGS \ TOYOTA_COMMON_TX_MSGS \