From e3356cccd0b2eaffbc8b7052901d9ee2c390ad91 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 26 Apr 2024 08:46:45 -0400 Subject: [PATCH] late night typo --- selfdrive/car/hyundai/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/hyundai/interface.py b/selfdrive/car/hyundai/interface.py index 07cd9c7314..b4dce8fc32 100644 --- a/selfdrive/car/hyundai/interface.py +++ b/selfdrive/car/hyundai/interface.py @@ -86,7 +86,7 @@ class CarInterface(CarInterfaceBase): for fw in car_fw: if fw.ecu == "eps": platform_str = "HYUNDAI_PALISADE_2023_EPS_4LXPC100" if fw.fwVersion.endswith(b'4LXPC100') else \ - "HYUNDAI_PALISADE_2023_EPS_2427" if fw.fwVersion.endswith(b'2027') else \ + "HYUNDAI_PALISADE_2023_EPS_2427" if fw.fwVersion.endswith(b'2427') else \ candidate CarInterfaceBase.configure_torque_tune(platform_str, ret.lateralTuning)