diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-05-24 19:54:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 19:54:23 +0300 |
commit | 1856ec317f9952f1c379aa5c20488832e98417f0 (patch) | |
tree | e49187e81c3ad40578eea0cc54ceb1ec8a6d81ff /arm9/lib/include/OS_init.h | |
parent | 8cfbe69596f9d3079d0098f30ea58debd5487271 (diff) | |
parent | c29ab952787c437b15a70a88dbb07f309a877574 (diff) |
Merge pull request #106 from red031000/master
OS_spinLock + OS_vsnprintf
Diffstat (limited to 'arm9/lib/include/OS_init.h')
-rw-r--r-- | arm9/lib/include/OS_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_init.h b/arm9/lib/include/OS_init.h index a998b45e..69d21213 100644 --- a/arm9/lib/include/OS_init.h +++ b/arm9/lib/include/OS_init.h @@ -23,6 +23,7 @@ #include "OS_terminate_proc.h" #include "OS_interrupt.h" #include "OS_reset.h" +#include "OS_spinLock.h" void OS_Init(); |