summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/str71x/str71x_decodeirq.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/str71x/str71x_decodeirq.c')
-rw-r--r--nuttx/arch/arm/src/str71x/str71x_decodeirq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/str71x/str71x_decodeirq.c b/nuttx/arch/arm/src/str71x/str71x_decodeirq.c
index 48c9aa7e4..da7b5a48e 100644
--- a/nuttx/arch/arm/src/str71x/str71x_decodeirq.c
+++ b/nuttx/arch/arm/src/str71x/str71x_decodeirq.c
@@ -93,7 +93,7 @@ void up_decodeirq(uint32_t *regs)
up_ledon(LED_INIRQ);
lowsyslog("Unexpected IRQ\n");
current_regs = regs;
- PANIC(OSERR_ERREXCEPTION);
+ PANIC();
#else
unsigned int irq;
@@ -139,7 +139,7 @@ void up_decodeirq(uint32_t *regs)
#if CONFIG_DEBUG
else
{
- PANIC(OSERR_ERREXCEPTION); /* Normally never happens */
+ PANIC(); /* Normally never happens */
}
#endif
up_ledoff(LED_INIRQ);