Skip to content

Commit

Permalink
fix make build
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Nov 24, 2023
1 parent 60dbfe6 commit 2102275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/bsp/stm32h7/boards/stm32h750bdk/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit 2102275

Please sign in to comment.