mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 09:03:30 +08:00
[stm32] add missing void
This commit is contained in:
parent
ef659661d4
commit
4537d06afb
@ -164,7 +164,7 @@ void rt_hw_us_delay(rt_uint32_t us)
|
|||||||
/**
|
/**
|
||||||
* This function will initial STM32 board.
|
* This function will initial STM32 board.
|
||||||
*/
|
*/
|
||||||
RT_WEAK void rt_hw_board_init()
|
RT_WEAK void rt_hw_board_init(void)
|
||||||
{
|
{
|
||||||
#ifdef BSP_SCB_ENABLE_I_CACHE
|
#ifdef BSP_SCB_ENABLE_I_CACHE
|
||||||
/* Enable I-Cache---------------------------------------------------------*/
|
/* Enable I-Cache---------------------------------------------------------*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user