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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp04/task1.c b/testsuites/mptests/mp04/task1.c
index f2d819f4b6..78b3952666 100644
--- a/testsuites/mptests/mp04/task1.c
+++ b/testsuites/mptests/mp04/task1.c
@@ -27,7 +27,7 @@ rtems_task Test_task(
{
rtems_id tid;
rtems_status_code status;
- rtems_unsigned32 remote_node;
+ uint32_t remote_node;
rtems_id remote_tid;
rtems_task_priority previous_priority;
rtems_task_priority previous_priority_1;