stack sizes: reduce stack sizes for modules that use sensor_combined

The sensor_combined topic got reduced from ~780 bytes to 72 bytes.
This commit is contained in:
Beat Küng
2016-06-25 18:00:50 +02:00
committed by Lorenz Meier
parent c5ea4b43be
commit 8e136779ec
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ int commander_main(int argc, char *argv[])
daemon_task = px4_task_spawn_cmd("commander",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT + 40,
3600,
3000,
commander_thread_main,
(char * const *)&argv[0]);