[stm32f429-discovery] General sweep to fix style according to make stylecheck.
This commit is contained in:
@@ -59,7 +59,7 @@ static const struct usb_endpoint_descriptor msc_endp[] = {{
|
||||
.bmAttributes = USB_ENDPOINT_ATTR_BULK,
|
||||
.wMaxPacketSize = 64,
|
||||
.bInterval = 0,
|
||||
}};
|
||||
} };
|
||||
|
||||
static const struct usb_interface_descriptor msc_iface[] = {{
|
||||
.bLength = USB_DT_INTERFACE_SIZE,
|
||||
@@ -74,12 +74,12 @@ static const struct usb_interface_descriptor msc_iface[] = {{
|
||||
.endpoint = msc_endp,
|
||||
.extra = NULL,
|
||||
.extralen = 0
|
||||
}};
|
||||
} };
|
||||
|
||||
static const struct usb_interface ifaces[] = {{
|
||||
.num_altsetting = 1,
|
||||
.altsetting = msc_iface,
|
||||
}};
|
||||
} };
|
||||
|
||||
static const struct usb_config_descriptor config_descr = {
|
||||
.bLength = USB_DT_CONFIGURATION_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user