diff --git a/selfdrive/car/hyundai/hyundaicanfd.py b/selfdrive/car/hyundai/hyundaicanfd.py index 8dbea43..c9d0a91 100755 --- a/selfdrive/car/hyundai/hyundaicanfd.py +++ b/selfdrive/car/hyundai/hyundaicanfd.py @@ -130,7 +130,7 @@ def create_buttons(packer, CP, CAN, cnt, btn): def create_buttons_alt(packer, CP, CAN, cnt, btn, template): params_memory = Params("/dev/shm/params") - params_memory.get_float("CarCruiseDisplayActual") + CarCruiseDisplayActual = params_memory.get_float("CarCruiseDisplayActual") values = { "COUNTER": cnt,