aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hil
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-07-07 10:59:43 -0700
committerLorenz Meier <lm@inf.ethz.ch>2013-07-07 10:59:43 -0700
commitcf2dbdf9a1ae06c7d0e0a7963916a3709a1bc075 (patch)
tree79cb506ef7dbc1a7c1045f68b5ce8c169683c41e /src/drivers/hil
parent7cf121472e7ba3d83084083792b0f159f238a8ef (diff)
parent422c675c551c4a160e8bcdb18ffe3c6160b63980 (diff)
downloadpx4-firmware-cf2dbdf9a1ae06c7d0e0a7963916a3709a1bc075.tar.gz
px4-firmware-cf2dbdf9a1ae06c7d0e0a7963916a3709a1bc075.tar.bz2
px4-firmware-cf2dbdf9a1ae06c7d0e0a7963916a3709a1bc075.zip
Merge pull request #320 from PX4/integration
NuttX integration merge
Diffstat (limited to 'src/drivers/hil')
-rw-r--r--src/drivers/hil/hil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/hil/hil.cpp b/src/drivers/hil/hil.cpp
index d9aa772d4..bd027ce0b 100644
--- a/src/drivers/hil/hil.cpp
+++ b/src/drivers/hil/hil.cpp
@@ -224,7 +224,7 @@ HIL::init()
// gpio_reset();
/* start the HIL interface task */
- _task = task_spawn("fmuhil",
+ _task = task_spawn_cmd("fmuhil",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2048,