Use PRIxrtems_id to print rtems_ids.

This commit is contained in:
Ralf Corsepius
2009-10-26 11:29:24 +00:00
parent e71c81b3da
commit fde1456d5d
19 changed files with 36 additions and 36 deletions

View File

@@ -31,7 +31,7 @@ rtems_task Task_1(
RTEMS_SEARCH_ALL_NODES,
&smid
);
printf( "TA1 - rtems_semaphore_ident - smid => %08x\n", smid );
printf( "TA1 - rtems_semaphore_ident - smid => %08" PRIxrtems_id "\n", smid );
directive_failed( status, "rtems_semaphore_ident of SM1" );
puts( "TA1 - rtems_semaphore_obtain - wait forever on SM2" );