diff options
Diffstat (limited to 'arm9/lib/src/OS_interrupt.c')
-rw-r--r-- | arm9/lib/src/OS_interrupt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/src/OS_interrupt.c b/arm9/lib/src/OS_interrupt.c index ff27a3ad..d45f46cf 100644 --- a/arm9/lib/src/OS_interrupt.c +++ b/arm9/lib/src/OS_interrupt.c @@ -66,4 +66,4 @@ ARM_FUNC OSIrqFunction OS_GetIrqFunction(OSIrqMask intrBit) { i++; } while (i < 0x16); return 0; -}
\ No newline at end of file +} |