From 8aaf265cacbb0be1fa78f2ca30e219255fbc9471 Mon Sep 17 00:00:00 2001 From: Stupefacient Date: Wed, 4 May 2022 23:07:03 -0400 Subject: [PATCH] removed undefined perm https://github.com/commaai/openpilot/commit/7cea1ed6d972f223f2e6fc849cfa0ee5ac34dd8a --- selfdrive/car/honda/hondacan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/car/honda/hondacan.py b/selfdrive/car/honda/hondacan.py index db7104cd4..1972ca156 100644 --- a/selfdrive/car/honda/hondacan.py +++ b/selfdrive/car/honda/hondacan.py @@ -137,7 +137,6 @@ def create_ui_commands(packer, CP, pcm_speed, hud, is_metric, idx, stock_hud): lkas_hud_values = { 'SET_ME_X41': 0x41, - 'SET_ME_X48': 0x48, 'STEERING_REQUIRED': hud.steer_required, 'SOLID_LANES': hud.lanes, 'BEEP': 0,