diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-08-01 15:02:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-01 15:02:32 -0400 |
commit | f7208c80c780bb666630a343cfe5912009dd5eaa (patch) | |
tree | 17421b1f2a300fcb8714d42f0c9fe3796bd540d1 /arm9/lib/include/OS_interrupt.h | |
parent | d318e480ca2c5ad51f4ce008808f39f2f92882f7 (diff) | |
parent | ee287295971d0b25fe434cbd1e618f053d29e7c4 (diff) |
Merge pull request #252 from red031000/master
arm9 OS_valarm
Diffstat (limited to 'arm9/lib/include/OS_interrupt.h')
-rw-r--r-- | arm9/lib/include/OS_interrupt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_interrupt.h b/arm9/lib/include/OS_interrupt.h index d84cae00..893e6d65 100644 --- a/arm9/lib/include/OS_interrupt.h +++ b/arm9/lib/include/OS_interrupt.h @@ -4,6 +4,7 @@ #include "consts.h" #include "nitro/OS_interrupt_shared.h" +#define OS_IE_V_COUNT (1UL << REG_OS_IE_VE_SHIFT) #define OS_IE_TIMER0 (1UL << REG_OS_IE_T0_SHIFT) #define OS_IE_TIMER1 (1UL << REG_OS_IE_T1_SHIFT) |