From bd978031bff85e31c9ede09506028910a894f224 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Mar 2004 05:18:03 +0000 Subject: 2004-03-31 Ralf Corsepius * clock/ckinit.c, console/console.c, console/debugputs.c, include/bsp.h, include/leon.h, startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to using c99 fixed size types. --- c/src/lib/libbsp/sparc/leon/timer/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/sparc/leon/timer/timer.c') diff --git a/c/src/lib/libbsp/sparc/leon/timer/timer.c b/c/src/lib/libbsp/sparc/leon/timer/timer.c index 0aae14362d..9cf535477a 100644 --- a/c/src/lib/libbsp/sparc/leon/timer/timer.c +++ b/c/src/lib/libbsp/sparc/leon/timer/timer.c @@ -55,7 +55,7 @@ void Timer_initialize() int Read_timer() { - rtems_unsigned32 total; + uint32_t total; total = LEON_REG.Timer_Counter_2; -- cgit v1.2.3