Skip to content

Commit 34ff7af

Browse files
committed
Fix trailing spaces issue
1 parent 48101cc commit 34ff7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/bsp/xmc4000/family.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void board_init(void)
8686
// USB Power Enable
8787
#if(UC_SERIES != XMC45)
8888
XMC_SCU_CLOCK_UngatePeripheralClock(XMC_SCU_PERIPHERAL_CLOCK_USB0);
89-
#endif
89+
#endif
9090
XMC_SCU_RESET_DeassertPeripheralReset(XMC_SCU_PERIPHERAL_RESET_USB0);
9191
XMC_SCU_POWER_EnableUsb();
9292
}

0 commit comments

Comments
 (0)