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