summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/lpc22xx
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 08:32:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 08:32:48 +0000
commitd0e2fa3e42ae409687c926a1e42eace57be75896 (patch)
tree875c9a3c7cc39c97c9433c5cfd61fd0db56b0449 /c/src/lib/libcpu/arm/lpc22xx
parent2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d0e2fa3e42ae409687c926a1e42eace57be75896.tar.bz2
#include <stdint.h> instead of <rtems/stdint.h>.
Diffstat (limited to 'c/src/lib/libcpu/arm/lpc22xx')
-rw-r--r--c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h b/c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h
index da11ca876e..d5a021a34a 100644
--- a/c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h
+++ b/c/src/lib/libcpu/arm/lpc22xx/include/lpc22xx.h
@@ -13,7 +13,7 @@
#ifndef __LPC22XX_H__
#define __LPC22XX_H__
-#include <rtems/stdint.h>
+#include <stdint.h>
/* EXTERNAL MEMORY CONTROLLER (EMC) */
#define BCFG0 (*((volatile unsigned int *) 0xFFE00000)) /* lpc22xx only */