#include "includes.h"Go to the source code of this file.
Functions | |
| void | Main (void) |
| void Main | ( | void | ) |
Definition at line 12 of file main.c.
00012 { 00013 OsInit(); 00014 OsTaskCreat(RootTask, 00015 (OS_STACK*)&RootTaskStack[ROOT_TASK_STACK_SIZE-1], 00016 &RootTaskName,0); 00017 OsStart(); 00018 }
1.5.9