allow elm

This commit is contained in:
Shane Smiskol 2023-11-02 16:07:40 -07:00
parent e5e441b06b
commit 8f0c6d1078
1 changed files with 1 additions and 0 deletions

View File

@ -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);