Skip to content

Commit 8dfe39b

Browse files
committed
add void rt_hw_us_delay(rt_uint32_t us)
1 parent 849c99d commit 8dfe39b

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)