Skip to content

Commit

Permalink
ISO15765_EXT_ADDR support (BMW ENET ICOM)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonros authored and dschultzca committed Mar 9, 2022
1 parent 58f38db commit 5d434e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions j2534.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,9 @@ long PassThruReadMsgs(unsigned long ChannelID, PASSTHRU_MSG* pMsg,
case (uint8_t) 0x40: // Msg end indication
msg_type = "RX Msg";
goto SKIP_60;
case (uint8_t) 0x44: // Ext Msg end indication
msg_type = "Ext RX Msg";
goto SKIP_60;
case (uint8_t) 0x60: // LB msg end indication
msg_type = "LB Msg";
SKIP_60:
Expand Down

0 comments on commit 5d434e5

Please sign in to comment.