未验证 提交 0beaeeef 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #4440 from mysterywolf/hw_delay

[ab32vg1] 增加rt_hw_us_delay()函数防止报错
......@@ -127,3 +127,8 @@ void rt_hw_board_init(void)
rt_components_board_init();
#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.
先完成此消息的编辑!
想要评论请 注册