OS_Yield ()
Return to scheduler.
Only in task
None
nothing
void Task (void) { for (;;) { /*...*/ OS_Yield(); /*...*/ } }