diff options
| author | jferreir <[email protected]> | 2023-07-20 18:12:36 +0200 |
|---|---|---|
| committer | jferreir <[email protected]> | 2023-07-20 18:12:36 +0200 |
| commit | 34ff7af7c752032d024f5e50774694b6b7ecf403 (patch) | |
| tree | 2c61d4a8590442412c16d44a343a4d86c013cf4b | |
| parent | 48101cc29478a11ff1d72a88695b59247a67edd8 (diff) | |
Fix trailing spaces issue
| -rw-r--r-- | hw/bsp/xmc4000/family.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/xmc4000/family.c b/hw/bsp/xmc4000/family.c index 78c968468..146bef373 100644 --- a/hw/bsp/xmc4000/family.c +++ b/hw/bsp/xmc4000/family.c @@ -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(); } |
