summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-11-10 14:23:05 -0600
committerJoel Sherrill <joel@rtems.org>2017-11-10 14:40:46 -0600
commitcba8970e808215fcca59b3dd0f97aed4cb8c52d1 (patch)
tree1bafc6bf5c4e2ef068446fe8a822cf9117ec598a /c
parentcsb360/include/bsp.h: Rename delay() to rtems_bsp_delay() to avoid conflicts (diff)
downloadrtems-cba8970e808215fcca59b3dd0f97aed4cb8c52d1.tar.bz2
mcf5206elite/include/bsp.h: Rename delay() to rtems_bsp_delay() to avoid conflicts
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h b/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h
index 1bbb6cffda..47c7e8c745 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/include/bsp.h
@@ -143,7 +143,7 @@ extern char _SYS_CLOCK_FREQUENCY; /* Don't use this variable directly!!! */
* This is very dependent on the clock speed of the target.
*/
-#define delay( microseconds ) \
+#define rtems_bsp_delay( microseconds ) \
{ register uint32_t _delay=(microseconds); \
register uint32_t _tmp=123; \
__asm__ volatile( "0: \