Stack size reduced to 2408. Max stack usage reported by top in EASY mode at 1924.

This commit is contained in:
Darryl Taylor 2014-01-29 17:35:34 +08:00
parent b0f65bb708
commit 70b1037c2e
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ int multirotor_pos_control_main(int argc, char *argv[])
deamon_task = task_spawn_cmd("multirotor_pos_control",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 60,
4096,
2408,
multirotor_pos_control_thread_main,
(argv) ? (const char **)&argv[2] : (const char **)NULL);
exit(0);