Merge pull request #4440 from mysterywolf/hw_delay

[ab32vg1] 增加rt_hw_us_delay()函数防止报错
This commit is contained in:
Bernard Xiong 2021-03-11 14:47:31 +08:00 committed by GitHub
commit 0beaeeef45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -127,3 +127,8 @@ void rt_hw_board_init(void)
rt_components_board_init();
#endif
}
void rt_hw_us_delay(rt_uint32_t us)
{
}