Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.
This commit is contained in:
parent
3dacb73af3
commit
43a3350981
7 changed files with 39 additions and 16 deletions
|
@ -55,7 +55,7 @@ const USB_Descriptor_Device_t DeviceDescriptor =
|
|||
|
||||
.VendorID = 0x03EB,
|
||||
.ProductID = 0x204A,
|
||||
.ReleaseNumber = VERSION_BCD(00.01),
|
||||
.ReleaseNumber = VERSION_BCD(01.00),
|
||||
|
||||
.ManufacturerStrIndex = NO_DESCRIPTOR,
|
||||
.ProductStrIndex = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue