forked from Imagelibrary/rtems
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user