diff options
Diffstat (limited to 'bin/fmlp_test_task.c')
-rw-r--r-- | bin/fmlp_test_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fmlp_test_task.c b/bin/fmlp_test_task.c index 0ecd5cc..3500326 100644 --- a/bin/fmlp_test_task.c +++ b/bin/fmlp_test_task.c | |||
@@ -186,7 +186,7 @@ void* rt_thread(void *tcontext) | |||
186 | CALL( init_rt_thread() ); | 186 | CALL( init_rt_thread() ); |
187 | 187 | ||
188 | ctx->semaphore = open_fmlp_sem(ctx->fd, 0); | 188 | ctx->semaphore = open_fmlp_sem(ctx->fd, 0); |
189 | CALL( sporadic_task_ns(ctx->exec, ctx->period, 0, ctx->split, 1, | 189 | CALL( sporadic_task_ns(ctx->exec, ctx->period, 0, ctx->split, 1, 0, |
190 | RT_CLASS_HARD, PRECISE_ENFORCEMENT, 1)); | 190 | RT_CLASS_HARD, PRECISE_ENFORCEMENT, 1)); |
191 | 191 | ||
192 | 192 | ||