mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
tap_esc increase stack 1100 -> 1180 bytes
This commit is contained in:
parent
4144a53cd6
commit
d7b2b48bad
@ -723,7 +723,7 @@ int TAP_ESC::task_spawn(int argc, char *argv[])
|
||||
_task_id = px4_task_spawn_cmd("tap_esc",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_ACTUATOR_OUTPUTS,
|
||||
1100,
|
||||
1180,
|
||||
(px4_main_t)&run_trampoline,
|
||||
argv);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user