tap_esc increase stack 1100 -> 1180 bytes

This commit is contained in:
Daniel Agar 2018-07-25 13:18:10 -04:00 committed by Lorenz Meier
parent 4144a53cd6
commit d7b2b48bad

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