浏览代码

Merge pull request #5248 from mysterywolf/delayus

[bsp] remove empty rt_hw_us_delay
Bernard Xiong 3 年之前
父节点
当前提交
4fb86df0f6
共有 3 个文件被更改,包括 0 次插入14 次删除
  1. 0 5
      bsp/bluetrum/ab32vg1-ab-prougen/board/board.c
  2. 0 5
      bsp/mini2440/drivers/board.c
  3. 0 4
      bsp/qemu-vexpress-a9/drivers/board.c

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

@@ -145,11 +145,6 @@ void rt_hw_board_init(void)
 #endif
 }
 
-void rt_hw_us_delay(rt_uint32_t us)
-{
-
-}
-
 RT_SECTION(".irq.cache")
 void cache_init(void)
 {

+ 0 - 5
bsp/mini2440/drivers/board.c

@@ -122,9 +122,4 @@ void rt_hw_board_init(void)
 
 }
 
-void rt_hw_us_delay(rt_uint32_t us)
-{
-
-}
-
 /*@}*/

+ 0 - 4
bsp/qemu-vexpress-a9/drivers/board.c

@@ -56,7 +56,3 @@ void rt_hw_board_init(void)
 #endif
 }
 
-void rt_hw_us_delay(rt_uint32_t us)
-{
-
-}