PWM out sim: Increase stack as needed

This commit is contained in:
Lorenz Meier
2017-12-29 09:08:37 +01:00
parent bb516be61e
commit 2eb3392c39
+1 -1
View File
@@ -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);