comment out unused var (causing panda flash error?)

This commit is contained in:
Rick Lan
2019-07-28 10:17:31 +10:00
parent 34f2b3404f
commit 2e766dd0db
+1 -1
View File
@@ -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) {