mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 21:07:37 +08:00
pwm_out_sim reduce stack 1310 -> 1000
This commit is contained in:
@@ -536,7 +536,7 @@ PWMSim::task_spawn(int argc, char *argv[])
|
||||
_task_id = px4_task_spawn_cmd("pwmsim",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_ACTUATOR_OUTPUTS,
|
||||
1310,
|
||||
1000,
|
||||
(px4_main_t)&run_trampoline,
|
||||
nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user