diff options
| author | hathach <[email protected]> | 2023-11-24 11:51:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-24 11:51:48 +0700 |
| commit | 21022755f88cf32857d7228b423b8e342a91e18f (patch) | |
| tree | be58865370e4447bd12b636022e1c8e7769fe1f1 | |
| parent | 60dbfe6f54f703f7b57a3034ff556f9c23ef9740 (diff) | |
fix make build
| -rw-r--r-- | hw/bsp/stm32h7/boards/stm32h750bdk/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32h7/boards/stm32h750bdk/board.h b/hw/bsp/stm32h7/boards/stm32h750bdk/board.h index fbd2d2ba5..c5922efc4 100644 --- a/hw/bsp/stm32h7/boards/stm32h750bdk/board.h +++ b/hw/bsp/stm32h7/boards/stm32h750bdk/board.h @@ -61,7 +61,7 @@ //--------------------------------------------------------------------+ // RCC Clock //--------------------------------------------------------------------+ -static inline void board_stm32h7_clock_init(void) +static inline void SystemClock_Config(void) { RCC_ClkInitTypeDef RCC_ClkInitStruct = { 0 }; RCC_OscInitTypeDef RCC_OscInitStruct = { 0 }; |
