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

This commit is contained in:
Joel Sherrill
2014-03-17 13:25:48 -05:00
parent b51e44ad14
commit bd7dd3b0e6

View File

@@ -27,16 +27,6 @@ extern "C" {
#include <rtems/console.h>
#include <rtems/clockdrv.h>
/*
* 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 ) \
{ \
}
/* ============================================ */
/* SOPC-specific Constants */