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, 0 insertions, 2 deletions
diff --git a/nuttx/sched/wd_start.c b/nuttx/sched/wd_start.c
index ea9117459..a406b3f30 100644
--- a/nuttx/sched/wd_start.c
+++ b/nuttx/sched/wd_start.c
@@ -158,9 +158,7 @@ STATUS wd_start(WDOG_ID wdog, int delay, wdentry_t wdentry, int argc, ...)
/* Save the data in the watchdog structure */
wdog->func = wdentry; /* Function to execute when delay expires */
-#ifdef CONFIG_PIC
up_getpicbase(&wdog->picbase);
-#endif
wdog->argc = argc;
va_start(ap, argc);