Skip to content

Commit 3390824

Browse files
authored
fix eds file example with valid VendorNumber #313
`ValueError: invalid literal for int() with base 0: '001'` The error happens while trying to parse DeviceInfo >> VendorNumber with leading zeros
1 parent b3f67c1 commit 3390824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/eds/e35.eds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ModifiedBy=Manufacturer
1313

1414
[DeviceInfo]
1515
VendorName=Manufacturer
16-
VendorNumber=001
16+
VendorNumber=101
1717
ProductName=example
1818
ProductNumber=25
1919
RevisionNumber=295

0 commit comments

Comments
 (0)