Refresh 16

This commit is contained in:
n64
2023-08-17 08:56:02 -04:00
parent 66018e9f3c
commit ae770e0df5
1326 changed files with 73566 additions and 26397 deletions

View File

@@ -16,6 +16,8 @@
#define OS_STATE_RUNNING 4
#define OS_STATE_WAITING 8
#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS)
/* Types */
typedef s32 OSPri;
@@ -73,3 +75,5 @@ void osStartThread(OSThread *thread);
void osStopThread(OSThread *thread);
#endif
#endif