Fix: Increase pwmsim module stack by 100 bytes again because load_mon was giving warning about low stack

This commit is contained in:
Philipp Oettershagen
2018-03-13 11:07:51 +01:00
committed by Lorenz Meier
parent 63121b74df
commit ff66605a8a

View File

@@ -536,7 +536,7 @@ PWMSim::task_spawn(int argc, char *argv[])
_task_id = px4_task_spawn_cmd("pwmsim",
SCHED_DEFAULT,
SCHED_PRIORITY_ACTUATOR_OUTPUTS,
1000,
1100,
(px4_main_t)&run_trampoline,
nullptr);