From 6ecf9dc5efd657cf60f2f4484406371b49a473d2 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Thu, 10 Dec 2020 15:28:24 +0800 Subject: [PATCH] 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 --- wireless/bluetooth/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wireless/bluetooth/Kconfig b/wireless/bluetooth/Kconfig index 6bf11936d5a..f5bcb7530f4 100644 --- a/wireless/bluetooth/Kconfig +++ b/wireless/bluetooth/Kconfig @@ -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"