Skip to content

Commit bd2f75d

Browse files
committed
Change default task_stack_depth.
1 parent 1fa1961 commit bd2f75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedTopic.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
module_description: SharedTopic 是一个基于 UART 的多 Topic 数据共享与解析服务端模块 / SharedTopic is a UART-based multi-topic data sharing and parsing server module
66
constructor_args:
77
- uart_name: "usart1"
8-
- task_stack_depth: 512
8+
- task_stack_depth: 2048
99
- buffer_size: 256
1010
- topic_name:
1111
- "topic1"

0 commit comments

Comments
 (0)