Changeset 6eae5860 in rtems
- Timestamp:
- 07/22/19 17:52:46 (4 years ago)
- Branches:
- 5, master
- Children:
- 0f5c1d53
- Parents:
- 270c5df5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/ticker/init.c
r270c5df5 r6eae5860 42 42 43 43 status = rtems_clock_set( &time ); 44 directive_failed( status, "clock get" );44 directive_failed( status, "clock set" ); 45 45 46 46 Task_name[ 1 ] = rtems_build_name( 'T', 'A', '1', ' ' );
Note: See TracChangeset
for help on using the changeset viewer.