We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6cd66 commit fe18a34Copy full SHA for fe18a34
1 file changed
can/interfaces/vector/xldefine.py
@@ -283,9 +283,11 @@ class XL_HardwareType(IntEnum):
283
XL_HWTYPE_VN1640 = 59
284
XL_HWTYPE_VN8970 = 61
285
XL_HWTYPE_VN1611 = 63
286
+ XL_HWTYPE_VN5240 = 64
287
XL_HWTYPE_VN5610 = 65
288
XL_HWTYPE_VN5620 = 66
289
XL_HWTYPE_VN7570 = 67
290
+ XL_HWTYPE_VN5650 = 68
291
XL_HWTYPE_IPCLIENT = 69
292
XL_HWTYPE_IPSERVER = 71
293
XL_HWTYPE_VX1121 = 73
0 commit comments