Reduce excessive FMU stack usage

This commit is contained in:
Lorenz Meier 2014-07-08 09:15:47 +02:00
parent c3826505ed
commit 3b44807887
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);