From e0f5e98136ce3df0b2b4200ec26fb62144a45448 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Oct 2009 13:15:57 +0000 Subject: Include "tmacros.h". Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts. --- testsuites/mptests/mp04/task1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuites/mptests/mp04/task1.c b/testsuites/mptests/mp04/task1.c index 78b3952666..f386d66db5 100644 --- a/testsuites/mptests/mp04/task1.c +++ b/testsuites/mptests/mp04/task1.c @@ -18,6 +18,7 @@ */ #include "system.h" +#include "tmacros.h" extern rtems_multiprocessing_table Multiprocessing_configuration; @@ -59,7 +60,7 @@ rtems_task Test_task( if ( previous_priority != remote_node ) { printf( - "Remote priority (0x%x) does not match remote node (0x%x)!!!\n", + "Remote priority (0x%" PRIxrtems_task_priority ") does not match remote node (0x%" PRIx32 ")!!!\n", previous_priority, remote_node ); -- cgit v1.2.3