aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sdlog2/sdlog2.c
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-06 17:38:31 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-06-06 17:38:31 +0200
commitfc471c731aa135fd339d811df04f20de230cf115 (patch)
treecc5255f492a6dd5b4001b05cf73eb48589b9a0ba /src/modules/sdlog2/sdlog2.c
parent6015809d897f264a27e7ebaa6edcf8ecd40d190c (diff)
downloadpx4-firmware-fc471c731aa135fd339d811df04f20de230cf115.tar.gz
px4-firmware-fc471c731aa135fd339d811df04f20de230cf115.tar.bz2
px4-firmware-fc471c731aa135fd339d811df04f20de230cf115.zip
Tracked task_spawn API changes for sdlog2 and att_estm_so3_comp
Diffstat (limited to 'src/modules/sdlog2/sdlog2.c')
-rw-r--r--src/modules/sdlog2/sdlog2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sdlog2/sdlog2.c b/src/modules/sdlog2/sdlog2.c
index b5821098f..3a06cef65 100644
--- a/src/modules/sdlog2/sdlog2.c
+++ b/src/modules/sdlog2/sdlog2.c
@@ -235,7 +235,7 @@ int sdlog2_main(int argc, char *argv[])
}
thread_should_exit = false;
- deamon_task = task_spawn("sdlog2",
+ deamon_task = task_spawn_cmd("sdlog2",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT - 30,
2048,