Skip to content

Commit 4537d06

Browse files
committed
[stm32] add missing void
1 parent ef65966 commit 4537d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/stm32/libraries/HAL_Drivers/drv_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void rt_hw_us_delay(rt_uint32_t us)
164164
/**
165165
* This function will initial STM32 board.
166166
*/
167-
RT_WEAK void rt_hw_board_init()
167+
RT_WEAK void rt_hw_board_init(void)
168168
{
169169
#ifdef BSP_SCB_ENABLE_I_CACHE
170170
/* Enable I-Cache---------------------------------------------------------*/

0 commit comments

Comments
 (0)