diff options
| author | hathach <[email protected]> | 2023-09-19 18:38:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-19 18:38:47 +0700 |
| commit | b73262be3af8d9716470ae505c1319e7b9169d6b (patch) | |
| tree | dc36cabfd1bf658ea225b25a4beb5211449ffae4 | |
| parent | 8cdcd0fa9d1530c88637e01924a4218f8106fc3a (diff) | |
minor indent
| -rw-r--r-- | hw/bsp/stm32u5/family.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/stm32u5/family.c b/hw/bsp/stm32u5/family.c index 5e4379f9c..d8e58d293 100644 --- a/hw/bsp/stm32u5/family.c +++ b/hw/bsp/stm32u5/family.c @@ -67,7 +67,7 @@ void board_init(void) { __HAL_RCC_GPIOG_CLK_ENABLE(); __HAL_RCC_GPIOH_CLK_ENABLE(); - UART_CLK_EN(); + UART_CLK_EN(); #if CFG_TUSB_OS == OPT_OS_NONE // 1ms tick timer @@ -154,7 +154,7 @@ void board_init(void) { HAL_PWREx_EnableVddUSB(); /* USB_OTG_FS clock enable */ - __HAL_RCC_USB_OTG_FS_CLK_ENABLE(); + __HAL_RCC_USB_OTG_FS_CLK_ENABLE(); } //--------------------------------------------------------------------+ |
