Added px4_ prefix to task_spawn_cmd

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-05-06 14:20:08 -07:00
parent 7ebee7ca6f
commit eed2479dfc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ int sdlog2_main(int argc, char *argv[])
}
main_thread_should_exit = false;
deamon_task = task_spawn_cmd("sdlog2",
deamon_task = px4_task_spawn_cmd("sdlog2",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT - 30,
3000,