Changeset 2a0b721 in rtems for testsuites/sptests/sp25/task1.c


Ignore:
Timestamp:
08/18/95 21:44:46 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
61361688
Parents:
94179e0
Message:

Changed to reflect adding object class to id

Added "0x" to printf of id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/sp25/task1.c

    r94179e0 r2a0b721  
    3737
    3838  status = rtems_region_ident(Region_name[ 1 ], &region_id);
    39   printf( "TA1 - rtems_region_ident - %08x\n", region_id );
     39  printf( "TA1 - rtems_region_ident - 0x%08x\n", region_id );
    4040  directive_failed(status, "rtems_region_ident of RN01");
    4141
Note: See TracChangeset for help on using the changeset viewer.