mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 18:43:31 +08:00
Merge pull request #4440 from mysterywolf/hw_delay
[ab32vg1] 增加rt_hw_us_delay()函数防止报错
This commit is contained in:
commit
0beaeeef45
@ -127,3 +127,8 @@ void rt_hw_board_init(void)
|
||||
rt_components_board_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
void rt_hw_us_delay(rt_uint32_t us)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user