From fde1456d5db1923966ac78b04eda4cd30b9f5704 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 11:29:24 +0000 Subject: Use PRIxrtems_id to print rtems_ids. --- testsuites/sptests/sp34/changepri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests/sp34') diff --git a/testsuites/sptests/sp34/changepri.c b/testsuites/sptests/sp34/changepri.c index d5571bb4a7..5e10ebc84b 100644 --- a/testsuites/sptests/sp34/changepri.c +++ b/testsuites/sptests/sp34/changepri.c @@ -123,7 +123,7 @@ rtems_task Init(rtems_task_argument ignored) &Blockers[i]); /* Assigned ID */ directive_failed( status, "rtems_task_create (BLKn)" ); - printf( "Blockers[%d] Id = 0x%08x\n", i, Blockers[i] ); + printf( "Blockers[%d] Id = 0x%08" PRIxrtems_id "\n", i, Blockers[i] ); status = rtems_task_start( Blockers[i], BlockingTasks, -- cgit v1.2.3