diff options
Diffstat (limited to 'arm9/lib/src/OS_timer.c')
-rw-r--r-- | arm9/lib/src/OS_timer.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arm9/lib/src/OS_timer.c b/arm9/lib/src/OS_timer.c deleted file mode 100644 index 69a1a6cd..00000000 --- a/arm9/lib/src/OS_timer.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "OS_timer.h" -#include "function_target.h" - -static u16 OSi_TimerReserved = 0; - -ARM_FUNC void OSi_SetTimerReserved(s32 timerNum) -{ - OSi_TimerReserved |= (1 << timerNum); -} |