6 lines
104 B
C
6 lines
104 B
C
#include "libultra_internal.h"
|
|
|
|
void osSpTaskYield(void) {
|
|
__osSpSetStatus(SPSTATUS_SET_SIGNAL0);
|
|
}
|