summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp02/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp02/task1.c')
-rw-r--r--testsuites/mptests/mp02/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp02/task1.c b/testsuites/mptests/mp02/task1.c
index 6ad7b177c9..c00df840ba 100644
--- a/testsuites/mptests/mp02/task1.c
+++ b/testsuites/mptests/mp02/task1.c
@@ -29,10 +29,10 @@ rtems_task Test_task(
{
rtems_id tid;
rtems_status_code status;
- rtems_unsigned32 remote_node;
+ uint32_t remote_node;
rtems_id remote_tid;
rtems_id test_tid;
- rtems_unsigned32 note;
+ uint32_t note;
status = rtems_task_ident( RTEMS_SELF, RTEMS_SEARCH_ALL_NODES, &tid );