wireless/bluetooth: change the tx thread stack size to DEFAULT_TASK_STACKSIZE

simulate will demands more stack in different platform

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2020-12-10 15:28:24 +08:00 committed by Xiang Xiao
parent f3a81cb1b7
commit 6ecf9dc5ef

View File

@ -148,7 +148,7 @@ menu "Kernel Thread Configuration"
config BLUETOOTH_TXCMD_STACKSIZE
int "Tx command thread stack size"
default 1024
default DEFAULT_TASK_STACKSIZE
config BLUETOOTH_TXCMD_PRIORITY
int "Tx command thread priority"
@ -161,7 +161,7 @@ config BLUETOOTH_TXCMD_NMSGS
config BLUETOOTH_TXCONN_STACKSIZE
int "Tx connection thread stack size"
default 1024
default DEFAULT_TASK_STACKSIZE
config BLUETOOTH_TXCONN_PRIORITY
int "Tx connection thread priority"