Skip to content

Commit 0beaeee

Browse files
authored
Merge pull request #4440 from mysterywolf/hw_delay
[ab32vg1] 增加rt_hw_us_delay()函数防止报错
2 parents d3f24f5 + 8dfe39b commit 0beaeee

File tree

1 file changed

+5
-0
lines changed
  • bsp/bluetrum/ab32vg1-ab-prougen/board

1 file changed

+5
-0
lines changed

bsp/bluetrum/ab32vg1-ab-prougen/board/board.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,8 @@ void rt_hw_board_init(void)
127127
rt_components_board_init();
128128
#endif
129129
}
130+
131+
void rt_hw_us_delay(rt_uint32_t us)
132+
{
133+
134+
}

0 commit comments

Comments
 (0)