summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/m16c/m16c_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/src/m16c/m16c_serial.c')
-rw-r--r--nuttx/arch/sh/src/m16c/m16c_serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/sh/src/m16c/m16c_serial.c b/nuttx/arch/sh/src/m16c/m16c_serial.c
index f9125cf11..a936dd922 100644
--- a/nuttx/arch/sh/src/m16c/m16c_serial.c
+++ b/nuttx/arch/sh/src/m16c/m16c_serial.c
@@ -788,7 +788,7 @@ static int up_rcvinterrupt(int irq, void *context)
else
#endif
{
- PANIC(OSERR_INTERNAL);
+ PANIC();
}
/* Handle incoming, receive bytes (RDRF: Receive Data Register Full) */
@@ -954,7 +954,7 @@ static int up_xmtinterrupt(int irq, void *context)
else
#endif
{
- PANIC(OSERR_INTERNAL);
+ PANIC();
}
/* Handle outgoing, transmit bytes */