Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions can/interfaces/vector/xldefine.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,9 @@ class XL_HardwareType(IntEnum):
XL_HWTYPE_IPCLIENT = 69
XL_HWTYPE_VN5611 = 70
XL_HWTYPE_IPSERVER = 71
XL_HWTYPE_VN5612 = 72
XL_HWTYPE_VX1121 = 73
XL_HWTYPE_VN5601 = 74
XL_HWTYPE_VX1131 = 75
XL_HWTYPE_VT6204 = 77
XL_HWTYPE_VN1630_LOG = 79
Expand All @@ -318,6 +320,8 @@ class XL_HardwareType(IntEnum):
XL_HWTYPE_VN1531 = 113
XL_HWTYPE_VX1161A = 114
XL_HWTYPE_VX1161B = 115
XL_HWTYPE_VGNSS = 116
XL_HWTYPE_VXLAPINIC = 118
XL_MAX_HWTYPE = 120


Expand Down