Skip to content

Commit 72b3b98

Browse files
committed
Increase mavgcs stack size to avoid issue
1 parent 628b0ef commit 72b3b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task/comm/task_comm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ TASK_EXPORT __fmt_task1_desc = {
831831
.entry = task_mavgcs_entry,
832832
.priority = MAVGCS_THREAD_PRIORITY,
833833
.auto_start = true,
834-
.stack_size = 2048,
834+
.stack_size = 4096,
835835
.param = NULL,
836836
.dependency = NULL
837837
};

0 commit comments

Comments
 (0)