mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 07:13:53 +08:00
Merge branch 'devel-en' of https://github.com/dragonpilot-community/dragonpilot into devel-en
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user