diff --git a/selfdrive/car/honda/carcontroller.py b/selfdrive/car/honda/carcontroller.py index 007a38b2c8c80d..abb10427eb77fe 100644 --- a/selfdrive/car/honda/carcontroller.py +++ b/selfdrive/car/honda/carcontroller.py @@ -120,7 +120,7 @@ def update(self, sendcan, enabled, CS, frame, actuators, \ # *** compute control surfaces *** GAS_MAX = 1004 BRAKE_MAX = 1024/4 - if CS.CP.carFingerprint in (ACURA_ILX): + if CS.CP.carFingerprint in (CAR.ACURA_ILX): STEER_MAX = 0xF00 elif CS.CP.carFingerprint in (CAR.CRV_4G, CAR.ACURA_RDX): STEER_MAX = 0x3e8 # CR-V only uses 12-bits and requires a lower value (max value from energee)