eZKit533/include/bsp.h: Remove rtems_bsp_delay()

This commit is contained in:
Joel Sherrill
2014-03-14 12:38:04 -05:00
parent 8cc7084c2c
commit 31f0458a93

View File

@@ -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
* @{