From b50703781275178d9d9820993bc3bbbee897690f Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 29 Feb 2024 01:24:19 -0800 Subject: [PATCH] another --- selfdrive/car/toyota/values.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/car/toyota/values.py b/selfdrive/car/toyota/values.py index 0f7e440f6e..3e4684f1bd 100644 --- a/selfdrive/car/toyota/values.py +++ b/selfdrive/car/toyota/values.py @@ -241,7 +241,7 @@ class CAR(Platforms): ], specs=CarSpecs(mass=0. * CV.LB_TO_KG, wheelbase=0, steerRatio=0, tireStiffnessFactor=0.444) ), - RAV4_TSS2_2022 = PlatformConfig( + RAV4_TSS2_2022 = ToyotaTSS2PlatformConfig( "TOYOTA RAV4 2022", [ ToyotaCarInfo("Toyota RAV4 2022"), @@ -251,7 +251,7 @@ class CAR(Platforms): flags=ToyotaFlags.RADAR_ACC, specs=CarSpecs(mass=0. * CV.LB_TO_KG, wheelbase=0, steerRatio=0, tireStiffnessFactor=0.444) ), - RAV4_TSS2_2023 = PlatformConfig( + RAV4_TSS2_2023 = ToyotaTSS2PlatformConfig( "TOYOTA RAV4 2023", [ ToyotaCarInfo("Toyota RAV4 2023-24"),