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