From 2e766dd0db86c413b34da3790f3c8d145af832e7 Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Sun, 28 Jul 2019 10:17:31 +1000 Subject: [PATCH] comment out unused var (causing panda flash error?) --- panda/board/safety/safety_honda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/board/safety/safety_honda.h b/panda/board/safety/safety_honda.h index 6054efb6b..357827e54 100644 --- a/panda/board/safety/safety_honda.h +++ b/panda/board/safety/safety_honda.h @@ -17,7 +17,7 @@ bool honda_alt_brake_msg = false; static void honda_rx_hook(CAN_FIFOMailBox_TypeDef *to_push) { int addr = GET_ADDR(to_push); - int len = GET_LEN(to_push); + //int len = GET_LEN(to_push); // sample speed if (addr == 0x158) {