Whoops! bugfix
This commit is contained in:
parent
e11280ad3f
commit
c8a92af4d2
@ -106,6 +106,7 @@ Task* Scheduler::create_user_task()
|
||||
new_task->next_task = base_task;
|
||||
end_task = new_task;
|
||||
task_num++;
|
||||
return new_task;
|
||||
}
|
||||
|
||||
void Scheduler::load_user_task(const char* filename)
|
||||
|
Loading…
Reference in New Issue
Block a user