diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-05-06 21:24:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 21:24:43 +0300 |
commit | d821fc7b1346576fd88d8ee0fd38ec36a2cd8305 (patch) | |
tree | 19e0d2eb6c757e3c16b7327b770e3286e8cc8e6e /arm9/lib/src/OS_system.c | |
parent | 5bfef3f1f96910c8824e56a959a423541a965f5d (diff) | |
parent | 41fb84123de93f49ea7da9b7c5d5d22cfd19878e (diff) |
Merge pull request #67 from red031000/master
OS_reset.c
Diffstat (limited to 'arm9/lib/src/OS_system.c')
-rw-r--r-- | arm9/lib/src/OS_system.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arm9/lib/src/OS_system.c b/arm9/lib/src/OS_system.c index c2b08681..e5dfcb47 100644 --- a/arm9/lib/src/OS_system.c +++ b/arm9/lib/src/OS_system.c @@ -2,7 +2,6 @@ // Created by mart on 4/23/20. // -#include "function_target.h" #include "OS_system.h" ARM_FUNC asm OSIntrMode OS_EnableInterrupts() { |