diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-21 13:56:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 13:56:17 -0400 |
commit | 8ce8252467021df062d90f73c7834ed88d42423d (patch) | |
tree | 8a7dc3da6a66c25eeaed3bdf06272f1ac2db7749 /arm9/lib/include/OS_interrupt.h | |
parent | 4581af32be3e319a811e5551b7179ae4d0f18fc1 (diff) | |
parent | 945241d45eb302775eaa656a73e21072081a4f57 (diff) |
Merge pull request #296 from red031000/master
arm9 pxi_fifo
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 3d139079..c3812128 100644 --- a/arm9/lib/include/OS_interrupt.h +++ b/arm9/lib/include/OS_interrupt.h @@ -12,6 +12,7 @@ #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) +#define OS_IE_SPFIFO_RECV (1UL << REG_OS_IE_IFN_SHIFT) #define OS_IE_CARD_DATA (1UL << REG_OS_IE_MC_SHIFT) extern OSIrqFunction OS_IRQTable[]; |