From bbc001e12a099b8691db80d991d8d21b0fee79f4 Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Wed, 24 Oct 2018 10:12:04 +1000 Subject: [PATCH] making sure every SAFETY_LEXUS_ISH defined as 9 --- panda/python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/python/__init__.py b/panda/python/__init__.py index 73c2dab73..691df8b40 100644 --- a/panda/python/__init__.py +++ b/panda/python/__init__.py @@ -106,7 +106,7 @@ class Panda(object): SAFETY_HONDA = 1 SAFETY_TOYOTA = 2 SAFETY_HONDA_BOSCH = 4 - SAFETY_LEXUS_ISH = 8 + SAFETY_LEXUS_ISH = 9 SAFETY_TOYOTA_NOLIMITS = 0x1336 SAFETY_ALLOUTPUT = 0x1337 SAFETY_ELM327 = 0xE327