Browse Source

add void rt_hw_us_delay(rt_uint32_t us) for mini2440

Meco Man 4 years ago
parent
commit
28e8e6da62
1 changed files with 6 additions and 0 deletions
  1. 6 0
      bsp/mini2440/drivers/board.c

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

@@ -125,4 +125,10 @@ void rt_hw_board_init(void)
 #endif
 #endif
 
 
 }
 }
+
+void rt_hw_us_delay(rt_uint32_t us)
+{
+
+}
+
 /*@}*/
 /*@}*/