mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
PWM out sim: Increase stack as needed
This commit is contained in:
parent
bb516be61e
commit
2eb3392c39
@ -247,7 +247,7 @@ PWMSim::init()
|
||||
_task = px4_task_spawn_cmd("pwm_out_sim",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT,
|
||||
1200,
|
||||
1300,
|
||||
(px4_main_t)&PWMSim::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user