diff options
author | red031000 <rubenru09@aol.com> | 2020-05-28 18:55:41 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-28 18:58:32 +0100 |
commit | 53dd5bc0de0fb2237c57520971a7854e0dde5902 (patch) | |
tree | 350bb84779b932901dd0a27a540969ab17121b6f /arm9/lib/src/OS_interrupt.c | |
parent | d42cc73852cdb0cc0684bb87aaa6975d06cae02f (diff) |
OS_irqHandler
Diffstat (limited to 'arm9/lib/src/OS_interrupt.c')
-rw-r--r-- | arm9/lib/src/OS_interrupt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arm9/lib/src/OS_interrupt.c b/arm9/lib/src/OS_interrupt.c index 4692fd54..c7c0704d 100644 --- a/arm9/lib/src/OS_interrupt.c +++ b/arm9/lib/src/OS_interrupt.c @@ -1,7 +1,3 @@ -// -// Created by red031000 on 2020-05-07. -// - #include "consts.h" #include "function_target.h" #include "OS_interrupt.h" |