forked from Imagelibrary/rtems
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/timesys.h: Convert to using c99 fixed size types.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/timesys.h: Convert to using c99 fixed size types.
|
||||
|
||||
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* include/Makefile.am: Remove.
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
/* variables */
|
||||
|
||||
TEST_EXTERN volatile unsigned32 end_time; /* ending time variable */
|
||||
TEST_EXTERN volatile unsigned32 overhead; /* loop overhead variable */
|
||||
TEST_EXTERN volatile uint32_t end_time; /* ending time variable */
|
||||
TEST_EXTERN volatile uint32_t overhead; /* loop overhead variable */
|
||||
|
||||
/* end of include file */
|
||||
|
||||
Reference in New Issue
Block a user