summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_interrupt.h
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-07-22 21:54:07 +0300
committerGitHub <noreply@github.com>2020-07-22 21:54:07 +0300
commit95d03abbfc10558d4a51f38d8131d47bbded6f8e (patch)
tree45f35a52ea8ff6021fc06ba1bf4690a83ce1de2c /arm9/lib/include/OS_interrupt.h
parent7cd7b320d3336bdfe57b0a9d12174e32b242c088 (diff)
parent618a599c5bacc80d88c0d461ecb1efac7674dd7c (diff)
Merge pull request #242 from red031000/master
split mod05_021E1374 to mod05_02E1AD8 + arm9 OS_alarm
Diffstat (limited to 'arm9/lib/include/OS_interrupt.h')
-rw-r--r--arm9/lib/include/OS_interrupt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_interrupt.h b/arm9/lib/include/OS_interrupt.h
index a828c62e..d84cae00 100644
--- a/arm9/lib/include/OS_interrupt.h
+++ b/arm9/lib/include/OS_interrupt.h
@@ -5,6 +5,7 @@
#include "nitro/OS_interrupt_shared.h"
#define OS_IE_TIMER0 (1UL << REG_OS_IE_T0_SHIFT)
+#define OS_IE_TIMER1 (1UL << REG_OS_IE_T1_SHIFT)
extern OSIrqFunction OS_IRQTable[];
extern OSIrqCallbackInfo OSi_IrqCallbackInfo[8];