Changeset 2a0b721 in rtems for testsuites/sptests/sp25/task1.c
- Timestamp:
- 08/18/95 21:44:46 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 61361688
- Parents:
- 94179e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/sp25/task1.c
r94179e0 r2a0b721 37 37 38 38 status = rtems_region_ident(Region_name[ 1 ], ®ion_id); 39 printf( "TA1 - rtems_region_ident - %08x\n", region_id );39 printf( "TA1 - rtems_region_ident - 0x%08x\n", region_id ); 40 40 directive_failed(status, "rtems_region_ident of RN01"); 41 41
Note: See TracChangeset
for help on using the changeset viewer.