diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/generic/usb_cdc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/generic/usb_cdc.c b/src/generic/usb_cdc.c index ab1869f8..04b02da0 100644 --- a/src/generic/usb_cdc.c +++ b/src/generic/usb_cdc.c @@ -197,10 +197,10 @@ static const struct config_s { .bLength = sizeof(cdc_config_descriptor.config), .bDescriptorType = USB_DT_CONFIG, .wTotalLength = cpu_to_le16(sizeof(cdc_config_descriptor)), - .bNumInterfaces = 2, - .bConfigurationValue = 1, - .bmAttributes = 0xC0, - .bMaxPower = 50, + .bNumInterfaces = 2, + .bConfigurationValue = 1, + .bmAttributes = 0xC0, + .bMaxPower = 50, }, .iface0 = { .bLength = sizeof(cdc_config_descriptor.iface0), |