Skip to content
Snippets Groups Projects
Verified Commit 2a260e02 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

sched_yield will sleep with 0 msecs

parent 0db50689
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ sched_yield (void) ...@@ -76,7 +76,7 @@ sched_yield (void)
* ------------------------------------------------------ * ------------------------------------------------------
*/ */
{ {
pte_osThreadSleep (1); pte_osThreadSleep (0);
return 0; return 0;
} }
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