From 1868522ad67abbe5441618bf70f4edc756a8e7fb Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 Jul 2012 18:52:59 +0000 Subject: [PATCH] Add an NSH configuration for the LPC43xx git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4930 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/lpc43xx/lpc43_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/lpc43xx/lpc43_irq.c b/arch/arm/src/lpc43xx/lpc43_irq.c index 6455be3990..9cbb8238cb 100644 --- a/arch/arm/src/lpc43xx/lpc43_irq.c +++ b/arch/arm/src/lpc43xx/lpc43_irq.c @@ -363,7 +363,7 @@ void up_irqinitialize(void) /* If a debugger is connected, try to prevent it from catching hardfaults */ #ifdef CONFIG_DEBUG - regval = getreg32(NVIC_DEMCR); + regval = getreg32(NVIC_DEMCR); regval &= ~NVIC_DEMCR_VCHARDERR; putreg32(regval, NVIC_DEMCR); #endif