forked from Imagelibrary/rtems
moxiesim/include/bsp.h: Remove rtems_bsp_delay()
This commit is contained in:
@@ -29,15 +29,6 @@ extern "C" {
|
|||||||
Thread clock_driver_sim_idle_body(uintptr_t);
|
Thread clock_driver_sim_idle_body(uintptr_t);
|
||||||
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
|
#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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user