Changeset 458bd34 in rtems for c/src/tests/support/include/tmacros.h
- Timestamp:
- 11/05/99 16:44:02 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 968f7742
- Parents:
- 707f5c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/support/include/tmacros.h
r707f5c7 r458bd34 123 123 #define task_number( tid ) \ 124 124 ( rtems_get_index( tid ) - \ 125 BSP_Configuration.RTEMS_api_configuration->number_of_initialization_tasks )125 rtems_configuration_get_rtems_api_configuration()->number_of_initialization_tasks ) 126 126 127 127 static inline rtems_unsigned32 get_ticks_per_second( void )
Note: See TracChangeset
for help on using the changeset viewer.