Преглед изворни кода

Merge pull request #5248 from mysterywolf/delayus

[bsp] remove empty rt_hw_us_delay
Bernard Xiong пре 3 година
родитељ
комит
4fb86df0f6

+ 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)
-{
-
-}