소스 검색

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