summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm02/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm02/task1.c')
-rw-r--r--testsuites/tmtests/tm02/task1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm02/task1.c b/testsuites/tmtests/tm02/task1.c
index e86ed6af65..46f947b405 100644
--- a/testsuites/tmtests/tm02/task1.c
+++ b/testsuites/tmtests/tm02/task1.c
@@ -107,6 +107,7 @@ void test_init()
rtems_build_name( 'S', 'M', '1', ' '),
0,
RTEMS_DEFAULT_ATTRIBUTES,
+ RTEMS_NO_PRIORITY,
&Semaphore_id
);
directive_failed( status, "rtems_semaphore_create of SM1" );