Skip to content

Commit

Permalink
tap_esc increase stack 1100 -> 1180 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Oct 20, 2018
1 parent a7969de commit 82aa24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/tap_esc/tap_esc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 82aa24a

Please sign in to comment.