mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Changed to reflect adding object class to id
Added "0x" to printf of id
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
*** TEST 25 ***
|
||||
TA1 - rtems_region_ident - 00010002
|
||||
TA1 - rtems_region_ident - 0x18010002
|
||||
TA1 - rtems_region_get_segment - wait on 64 byte segment from region 1
|
||||
TA1 - got segment from region 1 - 0x0000f9b8
|
||||
TA1 - rtems_region_get_segment - wait on 128 byte segment from region 1
|
||||
|
||||
@@ -36,7 +36,7 @@ rtems_task Task_1(
|
||||
rtems_id region_id;
|
||||
|
||||
status = rtems_region_ident(Region_name[ 1 ], ®ion_id);
|
||||
printf( "TA1 - rtems_region_ident - %08x\n", region_id );
|
||||
printf( "TA1 - rtems_region_ident - 0x%08x\n", region_id );
|
||||
directive_failed(status, "rtems_region_ident of RN01");
|
||||
|
||||
puts(
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
*** TEST 25 ***
|
||||
TA1 - rtems_region_ident - 00010002
|
||||
TA1 - rtems_region_ident - 0x18010002
|
||||
TA1 - rtems_region_get_segment - wait on 64 byte segment from region 1
|
||||
TA1 - got segment from region 1 - 0x0000f9b8
|
||||
TA1 - rtems_region_get_segment - wait on 128 byte segment from region 1
|
||||
|
||||
@@ -36,7 +36,7 @@ rtems_task Task_1(
|
||||
rtems_id region_id;
|
||||
|
||||
status = rtems_region_ident(Region_name[ 1 ], ®ion_id);
|
||||
printf( "TA1 - rtems_region_ident - %08x\n", region_id );
|
||||
printf( "TA1 - rtems_region_ident - 0x%08x\n", region_id );
|
||||
directive_failed(status, "rtems_region_ident of RN01");
|
||||
|
||||
puts(
|
||||
|
||||
Reference in New Issue
Block a user