diff options
| author | hathach <[email protected]> | 2021-04-18 15:44:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-18 15:44:50 +0700 |
| commit | faae19f560482b0b218312971f4f64ccb26abee2 (patch) | |
| tree | 911808918596b0073d9ab25a794df70f4fea4a75 /hw | |
| parent | 0517377dcb40d3a1e04338130e92515e3554f4f4 (diff) | |
update ci build
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/stm32h7/family.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/stm32h7/family.c b/hw/bsp/stm32h7/family.c index e94e5c974..2cbd87414 100644 --- a/hw/bsp/stm32h7/family.c +++ b/hw/bsp/stm32h7/family.c @@ -72,6 +72,7 @@ void board_init(void) __HAL_RCC_GPIOI_CLK_ENABLE(); // USB ULPI NXT __HAL_RCC_GPIOJ_CLK_ENABLE(); + // Enable UART Clock UART_CLK_EN(); // 1ms tick timer |
