summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_interrupt.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-07-21 23:55:35 +0100
committerred031000 <rubenru09@aol.com>2020-07-21 23:55:35 +0100
commit618a599c5bacc80d88c0d461ecb1efac7674dd7c (patch)
tree45f35a52ea8ff6021fc06ba1bf4690a83ce1de2c /arm9/lib/include/OS_interrupt.h
parent0af07d0c56dfd6cf8bc97ea33e2e41d6754173d3 (diff)
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];