Ver código fonte

Merge pull request #4440 from mysterywolf/hw_delay

[ab32vg1] 增加rt_hw_us_delay()函数防止报错
Bernard Xiong 4 anos atrás
pai
commit
0beaeeef45
1 arquivos alterados com 5 adições e 0 exclusões
  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)
+{
+
+}