2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>

* clock/ckinit.c, console/console.c, console/debugputs.c,
	erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
	startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
	using c99 fixed size types.
This commit is contained in:
Ralf Corsepius
2004-03-31 05:17:45 +00:00
parent cdf41b07a5
commit 1be1e91356
10 changed files with 90 additions and 83 deletions

View File

@@ -60,7 +60,7 @@ void Timer_initialize()
int Read_timer()
{
rtems_unsigned32 total;
uint32_t total;
total = ERC32_MEC.General_Purpose_Timer_Counter;