mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
HIL: Limit stack size of HIL app
This commit is contained in:
parent
4a839c7e7e
commit
b235420f17
@ -231,7 +231,7 @@ HIL::init()
|
||||
_task = task_spawn_cmd("fmuhil",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT,
|
||||
1200,
|
||||
1000,
|
||||
(main_t)&HIL::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user