tap_esc increase stack 1100 -> 1180 bytes

This commit is contained in:
Daniel Agar 2018-07-25 13:18:10 -04:00
parent a7969de738
commit 82aa24adfc
1 changed files with 1 additions and 1 deletions

View File

@ -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);