Set usb major 1

This commit is contained in:
Martijn Scheepers
2020-10-21 13:23:59 +02:00
parent 203614c6aa
commit ff922233f4

View File

@@ -73,7 +73,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
.VendorID = 0x03EB,
.ProductID = 0x204F,
.ReleaseNumber = VERSION_BCD(0,0,1),
.ReleaseNumber = VERSION_BCD(1,0,0),
.ManufacturerStrIndex = STRING_ID_Manufacturer,
.ProductStrIndex = STRING_ID_Product,