Skip to content

Commit fe18a34

Browse files
authored
add missing vector devices (hardbyte#1296)
1 parent ed6cd66 commit fe18a34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

can/interfaces/vector/xldefine.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,11 @@ class XL_HardwareType(IntEnum):
283283
XL_HWTYPE_VN1640 = 59
284284
XL_HWTYPE_VN8970 = 61
285285
XL_HWTYPE_VN1611 = 63
286+
XL_HWTYPE_VN5240 = 64
286287
XL_HWTYPE_VN5610 = 65
287288
XL_HWTYPE_VN5620 = 66
288289
XL_HWTYPE_VN7570 = 67
290+
XL_HWTYPE_VN5650 = 68
289291
XL_HWTYPE_IPCLIENT = 69
290292
XL_HWTYPE_IPSERVER = 71
291293
XL_HWTYPE_VX1121 = 73

0 commit comments

Comments
 (0)