mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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