summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp07/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp07/task1.c')
-rw-r--r--testsuites/mptests/mp07/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp07/task1.c b/testsuites/mptests/mp07/task1.c
index 5d04d04b68..f964506d04 100644
--- a/testsuites/mptests/mp07/task1.c
+++ b/testsuites/mptests/mp07/task1.c
@@ -36,8 +36,8 @@ rtems_task Test_task(
)
{
rtems_status_code status;
- rtems_unsigned32 count;
- rtems_unsigned32 remote_node;
+ uint32_t count;
+ uint32_t remote_node;
rtems_id remote_tid;
rtems_event_set event_out;