summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:41:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:41:01 +0000
commitf3238bb3d197b79924fe41a21679e3fe1407e0d2 (patch)
tree79aea5e8137737f0168e1b83306557182280fa49 /c/src/lib/libbsp/m68k/gen68302/timer/timer.c
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-f3238bb3d197b79924fe41a21679e3fe1407e0d2.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/ckinit.c, console/console.c, include/bsp.h, network/network.c, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68302/timer/timer.c')
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/timer/timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68302/timer/timer.c b/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
index c4be93e974..605337fa1b 100644
--- a/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/gen68302/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