浏览代码

Merge pull request #4440 from mysterywolf/hw_delay

[ab32vg1] 增加rt_hw_us_delay()函数防止报错
Bernard Xiong 4 年之前
父节点
当前提交
0beaeeef45
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      bsp/bluetrum/ab32vg1-ab-prougen/board/board.c

+ 5 - 0
bsp/bluetrum/ab32vg1-ab-prougen/board/board.c

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