Skip to content

Commit 562acf2

Browse files
riscv:telink: fix alexa auto connect. (project-chip#36143)
- enlarge the rx stack size to avoid crash. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com> Co-authored-by: Haiwen Xia <haiwen.xia@telink-semi.com>
1 parent d0e9166 commit 562acf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/telink/chip-module/Kconfig.defaults

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ config BT_BUF_ACL_TX_SIZE
137137
default 251
138138

139139
config BT_RX_STACK_SIZE
140-
default 810 if BT_B9X
140+
default 1352 if BT_B9X
141141
default 2048 if BT_W91
142142

143143
config BT_HCI_TX_STACK_SIZE

0 commit comments

Comments
 (0)