Fix trailing spaces issue

This commit is contained in:
jferreir 2023-07-20 18:12:36 +02:00
parent 48101cc294
commit 34ff7af7c7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ void board_init(void)
// USB Power Enable
#if(UC_SERIES != XMC45)
XMC_SCU_CLOCK_UngatePeripheralClock(XMC_SCU_PERIPHERAL_CLOCK_USB0);
#endif
#endif
XMC_SCU_RESET_DeassertPeripheralReset(XMC_SCU_PERIPHERAL_RESET_USB0);
XMC_SCU_POWER_EnableUsb();
}