From e7a042aee6c8060b45da49deaf8fbe0efc656372 Mon Sep 17 00:00:00 2001 From: vanillagorillaa Date: Thu, 23 Dec 2021 02:30:36 +0000 Subject: [PATCH] maybe --- selfdrive/car/honda/hondacan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/honda/hondacan.py b/selfdrive/car/honda/hondacan.py index 441658e0e4..da8cb40f2f 100644 --- a/selfdrive/car/honda/hondacan.py +++ b/selfdrive/car/honda/hondacan.py @@ -165,7 +165,7 @@ def create_ui_commands(packer, CP, pcm_speed, hud, is_metric, idx, stock_hud): return commands -def spam_buttons_command(packer, button_val, idx, car_fingerprint): +def spam_buttons_command(packer, CP, button_val, idx, car_fingerprint): values = { 'CRUISE_BUTTONS': button_val, 'CRUISE_SETTING': 0,