summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-21 13:19:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-21 13:19:15 +0000
commit15ebe58b4ead4a088120590b80700bc152416cb9 (patch)
tree7ef8235b3ba942a03160fc21e30e0c3af524a7d0 /c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c
parent2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-15ebe58b4ead4a088120590b80700bc152416cb9.tar.bz2
2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>
* timer/timer.c: Use POSIX fixed-size types.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c b/c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c
index ba7c3e8458..f7101e72ae 100644
--- a/c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c
+++ b/c/src/lib/libcpu/arm/mc9328mxl/timer/timer.c
@@ -67,7 +67,7 @@ void Timer_initialize( void )
int Read_timer( void )
{
- rtems_unsigned32 t;
+ uint32_t t;
unsigned long long total;
t = MC9328MXL_TMR2_TCN;