1 2 3 4 5 6
#include "PR/os_internal.h" #include "PR/rcp.h" void osSpTaskYield(void) { __osSpSetStatus(SP_SET_YIELD); }