mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 06:04:28 +08:00
sched/task: Correct a compile error introduced with last big set of changes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user