Skip to content

Commit 82aa24a

Browse files
committed
tap_esc increase stack 1100 -> 1180 bytes
1 parent a7969de commit 82aa24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/tap_esc/tap_esc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ int TAP_ESC::task_spawn(int argc, char *argv[])
723723
_task_id = px4_task_spawn_cmd("tap_esc",
724724
SCHED_DEFAULT,
725725
SCHED_PRIORITY_ACTUATOR_OUTPUTS,
726-
1100,
726+
1180,
727727
(px4_main_t)&run_trampoline,
728728
argv);
729729

0 commit comments

Comments
 (0)