mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 10:27:36 +08:00
Fix: Increase pwmsim module stack by 100 bytes again because load_mon was giving warning about low stack
This commit is contained in:
committed by
Lorenz Meier
parent
63121b74df
commit
ff66605a8a
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user