OS_Run ()
Run operating system's kernel. Calls OS_Sched() in infinite loop.
Only in main()
None
nothing
void main (void) { OS_Init(); // init system variables OS_Task_Create(...); // Create tasks OS_Run(); // }
For english spoken users http://www.pic24.ru
2008 © Alex B.