forked from Archive/PX4-Autopilot
Reduce excessive FMU stack usage
This commit is contained in:
parent
c3826505ed
commit
3b44807887
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue