aboutsummaryrefslogtreecommitdiff
path: root/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
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/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
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/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp')
-rwxr-xr-xsrc/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp b/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
index 8e18c3c9a..7e3eca085 100755
--- a/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
+++ b/src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
@@ -123,7 +123,7 @@ int attitude_estimator_ekf_main(int argc, char *argv[])
}
thread_should_exit = false;
- attitude_estimator_ekf_task = task_spawn("attitude_estimator_ekf",
+ attitude_estimator_ekf_task = task_spawn_cmd("attitude_estimator_ekf",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
12400,