From d0c9494330a42000e6504091669361a78b9c0542 Mon Sep 17 00:00:00 2001 From: vanillagorillaa Date: Fri, 24 Dec 2021 01:54:13 +0000 Subject: [PATCH] fix --- selfdrive/car/honda/carstate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/honda/carstate.py b/selfdrive/car/honda/carstate.py index c3fd4892a1..2fda5868e7 100644 --- a/selfdrive/car/honda/carstate.py +++ b/selfdrive/car/honda/carstate.py @@ -78,7 +78,7 @@ def get_can_signals(CP, gearbox_msg, main_on_sig_msg): checks += [("BRAKE_MODULE", 50)] if CP.carFingerprint in HONDA_RADARLESS: - signals += [ + signals += [ ("EPB_STATE", "EPB_STATUS", 0), ("IMPERIAL_UNIT", "CAR_SPEED", 1), ]