mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
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>
|
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/Makefile.am: Remove.
|
* include/Makefile.am: Remove.
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
/* variables */
|
/* variables */
|
||||||
|
|
||||||
TEST_EXTERN volatile unsigned32 end_time; /* ending time variable */
|
TEST_EXTERN volatile uint32_t end_time; /* ending time variable */
|
||||||
TEST_EXTERN volatile unsigned32 overhead; /* loop overhead variable */
|
TEST_EXTERN volatile uint32_t overhead; /* loop overhead variable */
|
||||||
|
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
Reference in New Issue
Block a user