From ffb2d474d75e48472e1a4fdb0278320c567b8910 Mon Sep 17 00:00:00 2001 From: vanillagorillaa Date: Mon, 27 Dec 2021 01:42:07 +0000 Subject: [PATCH] not needed --- opendbc | 2 +- selfdrive/car/honda/hondacan.py | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/opendbc b/opendbc index 77fe988271..e0d3efc4ab 160000 --- a/opendbc +++ b/opendbc @@ -1 +1 @@ -Subproject commit 77fe9882714b2a64404984add9b1de12e1abcabe +Subproject commit e0d3efc4abee334a9a0892253d6e9118a361b7d1 diff --git a/selfdrive/car/honda/hondacan.py b/selfdrive/car/honda/hondacan.py index fac56bb774..015c3d2874 100644 --- a/selfdrive/car/honda/hondacan.py +++ b/selfdrive/car/honda/hondacan.py @@ -172,11 +172,3 @@ def spam_buttons_command(packer, button_val, idx, car_fingerprint): } bus = 2 return packer.make_can_msg("SCM_BUTTONS", bus, values, idx) - -def create_scm_command(packer, car_fingerprint, idx): - # non-active params - values = { - "SET_TO_X12": 0x12, - } - bus = 2 - return packer.make_can_msg("SCM_BUTTONS", bus, values, idx)