aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fixedwing_pos_control
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-06-01 23:31:53 +0200
committerpx4dev <px4@purgatory.org>2013-06-01 23:31:53 +0200
commit23a62342359ba99eb1c6bb1832ba266b442a7e3e (patch)
tree33c11ab589d24022731074dafe1a3828241f7c86 /src/modules/fixedwing_pos_control
parent198df9c82ef94c17f8fe240957fbef1a796f8712 (diff)
downloadpx4-firmware-23a62342359ba99eb1c6bb1832ba266b442a7e3e.tar.gz
px4-firmware-23a62342359ba99eb1c6bb1832ba266b442a7e3e.tar.bz2
px4-firmware-23a62342359ba99eb1c6bb1832ba266b442a7e3e.zip
Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own version of task_spawn that's different.
Diffstat (limited to 'src/modules/fixedwing_pos_control')
-rw-r--r--src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c b/src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c
index 71c78f5b8..48c0b9f9d 100644
--- a/src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c
+++ b/src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c
@@ -448,7 +448,7 @@ int fixedwing_pos_control_main(int argc, char *argv[])
}
thread_should_exit = false;
- deamon_task = task_spawn("fixedwing_pos_control",
+ deamon_task = task_spawn_cmd("fixedwing_pos_control",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 20,
2048,