diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-05-28 15:05:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 15:05:16 -0400 |
commit | 3543d7e3d66951e96f4d1bd34f54597f881983fc (patch) | |
tree | 350bb84779b932901dd0a27a540969ab17121b6f /arm9/lib/src/OS_system.c | |
parent | d42cc73852cdb0cc0684bb87aaa6975d06cae02f (diff) | |
parent | 53dd5bc0de0fb2237c57520971a7854e0dde5902 (diff) |
Merge pull request #120 from red031000/master
OS_irqHandler
Diffstat (limited to 'arm9/lib/src/OS_system.c')
-rw-r--r-- | arm9/lib/src/OS_system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/src/OS_system.c b/arm9/lib/src/OS_system.c index 1d257679..b703fc38 100644 --- a/arm9/lib/src/OS_system.c +++ b/arm9/lib/src/OS_system.c @@ -3,6 +3,7 @@ // #include "OS_system.h" +#include "OS_irqHandler.h" #include "syscall.h" ARM_FUNC asm OSIntrMode OS_EnableInterrupts(void) { |