summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/task_create.c')
-rw-r--r--nuttx/sched/task_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/task_create.c b/nuttx/sched/task_create.c
index c3d1b453b..04313c499 100644
--- a/nuttx/sched/task_create.c
+++ b/nuttx/sched/task_create.c
@@ -159,7 +159,7 @@ int task_create(const char *name, int priority,
/* Setup to pass parameters to the new task */
- (void)task_argsetup(tcb, name, FALSE, argv);
+ (void)task_argsetup(tcb, name, argv);
/* Get the assigned pid before we start the task */