aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/ARM7-LPC214x-GCC-minimal/chcore2.s6
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/ARM7-LPC214x-GCC-minimal/chcore2.s b/demos/ARM7-LPC214x-GCC-minimal/chcore2.s
index f8906d022..4df7c70ed 100644
--- a/demos/ARM7-LPC214x-GCC-minimal/chcore2.s
+++ b/demos/ARM7-LPC214x-GCC-minimal/chcore2.s
@@ -166,7 +166,7 @@ T0IrqHandler:
b IrqCommon
#endif
-/*
+#if 0
.globl UART0IrqHandler
UART0IrqHandler:
sub lr, lr, #4
@@ -182,7 +182,9 @@ UART0IrqHandler:
bl UART0Irq
b IrqCommon
#endif
+#endif
+#if 0
.globl UART1IrqHandler
UART1IrqHandler:
sub lr, lr, #4
@@ -198,7 +200,7 @@ UART1IrqHandler:
bl UART1Irq
b IrqCommon
#endif
-*/
+#endif
/*
* Common exit point for all IRQ routines, it performs the rescheduling if