mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-09 18:44:31 +00:00
Fix trailing spaces issue
This commit is contained in:
parent
48101cc294
commit
34ff7af7c7
@ -86,7 +86,7 @@ void board_init(void)
|
|||||||
// USB Power Enable
|
// USB Power Enable
|
||||||
#if(UC_SERIES != XMC45)
|
#if(UC_SERIES != XMC45)
|
||||||
XMC_SCU_CLOCK_UngatePeripheralClock(XMC_SCU_PERIPHERAL_CLOCK_USB0);
|
XMC_SCU_CLOCK_UngatePeripheralClock(XMC_SCU_PERIPHERAL_CLOCK_USB0);
|
||||||
#endif
|
#endif
|
||||||
XMC_SCU_RESET_DeassertPeripheralReset(XMC_SCU_PERIPHERAL_RESET_USB0);
|
XMC_SCU_RESET_DeassertPeripheralReset(XMC_SCU_PERIPHERAL_RESET_USB0);
|
||||||
XMC_SCU_POWER_EnableUsb();
|
XMC_SCU_POWER_EnableUsb();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user