sched/task: Correct a compile error introduced with last big set of changes.
This commit is contained in:
parent
50ca32e254
commit
8191640320
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ static int thread_create(FAR const char *name, uint8_t ttype, int priority,
|
|||
{
|
||||
serr("ERROR: Failed to allocate TCB\n");
|
||||
return -ENOMEM;
|
||||
goto errout;
|
||||
}
|
||||
|
||||
#ifdef HAVE_TASK_GROUP
|
||||
|
|
Loading…
Reference in a new issue