Merge pull request #1148 from PX4/fmu_stack

Reduce excessive FMU stack usage
This commit is contained in:
Lorenz Meier 2014-07-08 20:55:10 +02:00
commit 8f2340acaf
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ PX4FMU::init()
_task = task_spawn_cmd("fmuservo",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2048,
1600,
(main_t)&PX4FMU::task_main_trampoline,
nullptr);