summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or32/orp/timer/timerisr.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:22:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:22:15 +0000
commit35eb76329e59e6773ff2f566334fa86fe7f55d08 (patch)
tree1ee55df8b9a5952746a0b6150eefe3f63967fd79 /c/src/lib/libbsp/or32/orp/timer/timerisr.c
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-35eb76329e59e6773ff2f566334fa86fe7f55d08.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/clockdrv.c, console/console.c, startup/bspstart.c, timer/timer.c, timer/timerisr.c: Convert to using c99 fixed size types.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/or32/orp/timer/timerisr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/or32/orp/timer/timerisr.c b/c/src/lib/libbsp/or32/orp/timer/timerisr.c
index 2e1e4fdb05..7cbd49a050 100644
--- a/c/src/lib/libbsp/or32/orp/timer/timerisr.c
+++ b/c/src/lib/libbsp/or32/orp/timer/timerisr.c
@@ -25,7 +25,7 @@
#include <rtems.h>
-extern rtems_unsigned32 _Timer_interrupts;
+extern uint32_t _Timer_interrupts;
void timerisr( void )
{