summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjferreir <[email protected]>2023-07-20 18:12:36 +0200
committerjferreir <[email protected]>2023-07-20 18:12:36 +0200
commit34ff7af7c752032d024f5e50774694b6b7ecf403 (patch)
tree2c61d4a8590442412c16d44a343a4d86c013cf4b
parent48101cc29478a11ff1d72a88695b59247a67edd8 (diff)
Fix trailing spaces issue
-rw-r--r--hw/bsp/xmc4000/family.c2
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();
}