Skip to content

Commit

Permalink
add missing vector devices (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisoro committed Apr 20, 2022
1 parent ed6cd66 commit fe18a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions can/interfaces/vector/xldefine.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,11 @@ class XL_HardwareType(IntEnum):
XL_HWTYPE_VN1640 = 59
XL_HWTYPE_VN8970 = 61
XL_HWTYPE_VN1611 = 63
XL_HWTYPE_VN5240 = 64
XL_HWTYPE_VN5610 = 65
XL_HWTYPE_VN5620 = 66
XL_HWTYPE_VN7570 = 67
XL_HWTYPE_VN5650 = 68
XL_HWTYPE_IPCLIENT = 69
XL_HWTYPE_IPSERVER = 71
XL_HWTYPE_VX1121 = 73
Expand Down

0 comments on commit fe18a34

Please sign in to comment.