forked from Imagelibrary/rtems
eZKit533/include/bsp.h: Remove rtems_bsp_delay()
This commit is contained in:
@@ -100,15 +100,6 @@ extern "C" {
|
||||
|
||||
#define FIFOLENGTH 0x100
|
||||
|
||||
/**
|
||||
* @brief 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 ) \
|
||||
{ \
|
||||
}
|
||||
|
||||
/**
|
||||
* @name Constants
|
||||
* @{
|
||||
|
||||
Reference in New Issue
Block a user