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

* clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
	timer/timer.c: Convert to using c99 fixed size types.
This commit is contained in:
Ralf Corsepius
2004-03-31 04:12:24 +00:00
parent 94993c054f
commit d1c60fbf69
5 changed files with 12 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ void Timer_initialize()
int Read_timer()
{
rtems_unsigned32 total;
uint32_t total;
total = TX3904_TIMER_READ( TX3904_TIMER1_BASE, TX3904_TIMER_TRR );