summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:39:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:39:50 +0000
commita4318d0cccc9f0a3434c48305a9f7291d79575ac (patch)
tree7e7f7799b7a8d35367ffbfa432fb44cfd59082ed /c/src/lib/libbsp/m68k/ods68302/timer/timer.c
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a4318d0cccc9f0a3434c48305a9f7291d79575ac.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h, startup/bspstart.c, startup/cpuboot.c, startup/crc.c, startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to using c99 fixed size types.
Diffstat (limited to 'c/src/lib/libbsp/m68k/ods68302/timer/timer.c')
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/timer/timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/m68k/ods68302/timer/timer.c b/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
index c4be93e974..605337fa1b 100644
--- a/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
@@ -40,7 +40,7 @@
* 2000 ticks @ (16MHz/1)/8 = 1-ms count
*/
-rtems_unsigned32 Timer_interrupts;
+uint32_t Timer_interrupts;
rtems_boolean Timer_driver_Find_average_overhead;
@@ -79,8 +79,8 @@ void Timer_initialize( void )
*/
int Read_timer( void )
{
- rtems_unsigned16 clicks;
- rtems_unsigned32 total;
+ uint16_t clicks;
+ uint32_t total;
/*
* Read the timer and see how many clicks it has been since counter