未验证 提交 4fb86df0 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #5248 from mysterywolf/delayus

[bsp] remove empty rt_hw_us_delay
......@@ -145,11 +145,6 @@ void rt_hw_board_init(void)
#endif
}
void rt_hw_us_delay(rt_uint32_t us)
{
}
RT_SECTION(".irq.cache")
void cache_init(void)
{
......
......@@ -122,9 +122,4 @@ void rt_hw_board_init(void)
}
void rt_hw_us_delay(rt_uint32_t us)
{
}
/*@}*/
......@@ -56,7 +56,3 @@ void rt_hw_board_init(void)
#endif
}
void rt_hw_us_delay(rt_uint32_t us)
{
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册