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