mirror of https://github.com/commaai/panda.git
allow elm
This commit is contained in:
parent
e5e441b06b
commit
8f0c6d1078
|
@ -1,6 +1,7 @@
|
|||
static int elm327_tx_hook(CANPacket_t *to_send) {
|
||||
|
||||
int tx = 1;
|
||||
return tx;
|
||||
int addr = GET_ADDR(to_send);
|
||||
int len = GET_LEN(to_send);
|
||||
|
||||
|
|
Loading…
Reference in New Issue