summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/no_cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-17 13:25:48 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-21 08:55:10 -0500
commit8d6879147bc0a6699162e76ba0b1f7a3f1e0ab70 (patch)
tree58e75870def1d0f1aaae081de8cd50a0aec96703 /c/src/lib/libbsp/no_cpu
parentnios2_iss/include/bsp.h: Remove rtems_bsp_delay() (diff)
downloadrtems-8d6879147bc0a6699162e76ba0b1f7a3f1e0ab70.tar.bz2
no_bsp/include/bsp.h: Remove rtems_bsp_delay()
Diffstat (limited to 'c/src/lib/libbsp/no_cpu')
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
index 9a1c90a8b3..c50700a3af 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
@@ -3,7 +3,9 @@
* This include file contains all board IO definitions.
*
* XXX : put yours in here
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -26,15 +28,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 ) \
- { \
- }
-
/* functions */
rtems_isr_entry set_vector( /* returns old vector */