--- 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 _______________________________________________ rtems-devel mailing list rtems-devel@rtems.org http://www.rtems.org/mailman/listinfo/rtems-devel