We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dddc1d commit d2abd34Copy full SHA for d2abd34
can/interfaces/vector/xldefine.py
@@ -291,7 +291,9 @@ class XL_HardwareType(IntEnum):
291
XL_HWTYPE_IPCLIENT = 69
292
XL_HWTYPE_VN5611 = 70
293
XL_HWTYPE_IPSERVER = 71
294
+ XL_HWTYPE_VN5612 = 72
295
XL_HWTYPE_VX1121 = 73
296
+ XL_HWTYPE_VN5601 = 74
297
XL_HWTYPE_VX1131 = 75
298
XL_HWTYPE_VT6204 = 77
299
XL_HWTYPE_VN1630_LOG = 79
@@ -318,6 +320,8 @@ class XL_HardwareType(IntEnum):
318
320
XL_HWTYPE_VN1531 = 113
319
321
XL_HWTYPE_VX1161A = 114
322
XL_HWTYPE_VX1161B = 115
323
+ XL_HWTYPE_VGNSS = 116
324
+ XL_HWTYPE_VXLAPINIC = 118
325
XL_MAX_HWTYPE = 120
326
327
0 commit comments