summaryrefslogtreecommitdiff
path: root/nuttx/sched/wd_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/wd_start.c')
-rw-r--r--nuttx/sched/wd_start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/wd_start.c b/nuttx/sched/wd_start.c
index 2a69d131a..440c83b0c 100644
--- a/nuttx/sched/wd_start.c
+++ b/nuttx/sched/wd_start.c
@@ -337,7 +337,7 @@ void wd_timer(void)
{
default:
#ifdef CONFIG_DEBUG
- PANIC(OSERR_INTERNAL);
+ PANIC();
#endif
case 0:
(*((wdentry0_t)(wdog->func)))(0);