Skip to content

Commit 27af056

Browse files
author
Kamil Wierzbicki
committed
Fix PassThruConnect Flags for 11 bit CAN identifier
1 parent 0629774 commit 27af056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udsoncan/j2534.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class Filter(Enum):
357357
class TxStatusFlag(Enum):
358358
ISO15765_CAN_ID_BOTH = 0x00000800
359359
ISO15765_CAN_ID_29 = 0x00000100
360-
ISO15765_CAN_ID_11 = 0x00000040
360+
ISO15765_CAN_ID_11 = 0x00000000
361361
ISO15765_FRAME_PAD = 0x00000040
362362
WAIT_P3_MIN_ONLY = 0x00000200
363363
SW_CAN_HV_TX = 0x00000400 # OP2.0: Not supported

0 commit comments

Comments
 (0)