summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c')
-rw-r--r--c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c b/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c
index 08a747168e..4c311ab8d4 100644
--- a/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c
+++ b/c/src/lib/libcpu/arm/lpc22xx/irq/bsp_irq_init.c
@@ -1,6 +1,6 @@
/*
- * Motorola LPC22XX/LPC21xx Interrupt handler
- * Modified by Ray 2006 <rayx.cn@gmail.com> to support LPC ARM
+ * NXP/Philips LPC22XX/LPC21xx Interrupt handler
+ * Ray 2007 <rayx.cn@gmail.com> to support LPC ARM
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
*
@@ -66,6 +66,6 @@ void BSP_rtems_irq_mngt_init()
*/
VICProtection = 0;
VICIntSelect = 0;
-
+ VICVectAddr = 0;
}