Skip to content

Commit b73262b

Browse files
committed
minor indent
1 parent 8cdcd0f commit b73262b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hw/bsp/stm32u5/family.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void board_init(void) {
6767
__HAL_RCC_GPIOG_CLK_ENABLE();
6868
__HAL_RCC_GPIOH_CLK_ENABLE();
6969

70-
UART_CLK_EN();
70+
UART_CLK_EN();
7171

7272
#if CFG_TUSB_OS == OPT_OS_NONE
7373
// 1ms tick timer
@@ -154,7 +154,7 @@ void board_init(void) {
154154
HAL_PWREx_EnableVddUSB();
155155

156156
/* USB_OTG_FS clock enable */
157-
__HAL_RCC_USB_OTG_FS_CLK_ENABLE();
157+
__HAL_RCC_USB_OTG_FS_CLK_ENABLE();
158158
}
159159

160160
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)