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

* include/timesys.h: Convert to using c99 fixed size types.
This commit is contained in:
Ralf Corsepius
2004-03-30 11:17:24 +00:00
parent 6965fc4342
commit ac3a07ae8e
2 changed files with 6 additions and 2 deletions

View File

@@ -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.

View File

@@ -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 */