Merged master into driver_framework

This commit is contained in:
Lorenz Meier
2015-12-01 12:34:02 +01:00
109 changed files with 5346 additions and 359 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ int sdlog2_main(int argc, char *argv[])
deamon_task = px4_task_spawn_cmd("sdlog2",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT - 30,
3000,
3300,
sdlog2_thread_main,
(char * const *)argv);