summaryrefslogtreecommitdiff
path: root/nuttx/sched/wd_start.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-17 23:38:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-17 23:38:05 +0000
commitd1a54833aa39c06f38bc656d0811674e9826f7d3 (patch)
tree4b5911ef52d216a622db785fddf36eb72c5c3512 /nuttx/sched/wd_start.c
parent05f9f43d38c58f39c7c62279b6a7d1c848507ade (diff)
downloadpx4-nuttx-d1a54833aa39c06f38bc656d0811674e9826f7d3.tar.gz
px4-nuttx-d1a54833aa39c06f38bc656d0811674e9826f7d3.tar.bz2
px4-nuttx-d1a54833aa39c06f38bc656d0811674e9826f7d3.zip
Integrate PIC support into context switching
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1900 42af7a65-404d-4744-a932-0658087f49c3
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);