forked from mirror/qmk_firmware
Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut).
This commit is contained in:
@@ -115,7 +115,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor =
|
||||
.Header = {.Size = sizeof(USB_CDC_Descriptor_FunctionalACM_t), .Type = DTYPE_CSInterface},
|
||||
.Subtype = 0x02,
|
||||
|
||||
.Capabilities = 0x06,
|
||||
.Capabilities = 0x00,
|
||||
},
|
||||
|
||||
.CDC_Functional_Union =
|
||||
|
||||
Reference in New Issue
Block a user