summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp10/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp10/init.c')
-rw-r--r--testsuites/mptests/mp10/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/mptests/mp10/init.c b/testsuites/mptests/mp10/init.c
index c5fe62e099..4d150be3da 100644
--- a/testsuites/mptests/mp10/init.c
+++ b/testsuites/mptests/mp10/init.c
@@ -69,6 +69,7 @@ rtems_task Init(
Semaphore_name[ 1 ],
0,
RTEMS_GLOBAL | RTEMS_PRIORITY,
+ RTEMS_NO_PRIORITY,
&Semaphore_id[ 1 ]
);
directive_failed( status, "rtems_semaphore_create" );