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

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

View File

@@ -133,7 +133,7 @@ void putDebugChar (char c)
/*
{
* initialize hardware pc and data breakpoints to quiet state*
unsigned32 dcic, reg, mask;
uint32_t dcic, reg, mask;
reg = 0xffffffff;
mask = 0xffffffff;