Skip to content
Snippets Groups Projects
Commit 616117c8 authored by antnh6@gmail.com's avatar antnh6@gmail.com
Browse files

fixed scheduler.c retvals

parent e2e45cbf
No related branches found
No related tags found
1 merge request!16Withtime
#include "scheduler.h"
int schedulerInit() {
return 0;
} // add the IDLE task with lowest priority and first USER task maybe
int pushToScheduler (KernelStruct* Colonel, TD* Task) {
return 0;
}
TD* getNextTaskScheduler (KernelStruct* Colonel) {
return NULL;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment