summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:28:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:28:11 +0000
commitcf28209062c3c3e4247f5daf8aad2907a5494c3e (patch)
treebca00c93eb3f2f3ac5d904bf10568916df71d312 /c/src/lib/libbsp/sh/gensh1/include
parent2001-09-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-cf28209062c3c3e4247f5daf8aad2907a5494c3e.tar.bz2
2001-09-27 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh1/include')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/include/bsp.h b/c/src/lib/libbsp/sh/gensh1/include/bsp.h
index ec4b4df4a1..734878645b 100644
--- a/c/src/lib/libbsp/sh/gensh1/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh1/include/bsp.h
@@ -92,7 +92,7 @@ extern "C" {
* This is very dependent on the clock speed of the target.
*/
-#define delay( microseconds ) CPU_delay(microseconds)
+#define rtems_bsp_delay( microseconds ) CPU_delay(microseconds)
#define sh_delay( microseconds ) CPU_delay(microseconds)
/*