[PATCH 22/25] moxiesim/include/bsp.h: Remove rtems_bsp_delay()

Joel Sherrill joel.sherrill at oarcorp.com
Thu Mar 20 18:29:18 UTC 2014


---
 c/src/lib/libbsp/moxie/moxiesim/include/bsp.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h b/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h
index 89a7421..f1027b0 100644
--- a/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h
+++ b/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h
@@ -29,15 +29,6 @@ extern "C" {
 Thread clock_driver_sim_idle_body(uintptr_t);
 #define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
 
-/*
- *  Simple spin delay in microsecond units for device drivers.
- *  This is very dependent on the clock speed of the target.
- */
-
-#define rtems_bsp_delay( microseconds ) \
-  { \
-  }
-
 #ifdef __cplusplus
 }
 #endif
-- 
1.7.1




More information about the devel mailing list