Skip to content
Snippets Groups Projects
Commit ecba8bce authored by Dean Camera's avatar Dean Camera
Browse files

Fix incorrect Capabilities value in the CDC class Bootloader descriptors.

parent 0c59d599
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor =
.Header = {.Size = sizeof(USB_CDC_Descriptor_FunctionalACM_t), .Type = DTYPE_CSInterface},
.Subtype = 0x02,
.Capabilities = 0x04,
.Capabilities = 0x06,
},
.CDC_Functional_Union =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment