summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp04/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp04/task1.c')
-rw-r--r--testsuites/mptests/mp04/task1.c3
1 files changed, 2 insertions, 1 deletions
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
);