Fix incorrect Capabilities value in the CDC class Bootloader descriptors.
This commit is contained in:
parent
0c59d5993e
commit
ecba8bcecf
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor =
|
||||||
.Header = {.Size = sizeof(USB_CDC_Descriptor_FunctionalACM_t), .Type = DTYPE_CSInterface},
|
.Header = {.Size = sizeof(USB_CDC_Descriptor_FunctionalACM_t), .Type = DTYPE_CSInterface},
|
||||||
.Subtype = 0x02,
|
.Subtype = 0x02,
|
||||||
|
|
||||||
.Capabilities = 0x04,
|
.Capabilities = 0x06,
|
||||||
},
|
},
|
||||||
|
|
||||||
.CDC_Functional_Union =
|
.CDC_Functional_Union =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue