drivers: usb_dc_mcux_ehci: fix style
Fix style, two lines are indented too far. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
parent
ae056a7300
commit
8eeec634ea
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ static usb_device_struct_t dev_data;
|
|||
#if ((defined(USB_DEVICE_CONFIG_EHCI)) && (USB_DEVICE_CONFIG_EHCI > 0U))
|
||||
/* EHCI device driver interface */
|
||||
static const usb_device_controller_interface_struct_t ehci_iface = {
|
||||
USB_DeviceEhciInit, USB_DeviceEhciDeinit, USB_DeviceEhciSend,
|
||||
USB_DeviceEhciRecv, USB_DeviceEhciCancel, USB_DeviceEhciControl
|
||||
USB_DeviceEhciInit, USB_DeviceEhciDeinit, USB_DeviceEhciSend,
|
||||
USB_DeviceEhciRecv, USB_DeviceEhciCancel, USB_DeviceEhciControl
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue