fix(bt/bludroid): Increase BTU task stack size

This commit is contained in:
linruihao 2023-12-27 19:37:44 +08:00 committed by zhanghaipeng
parent f27d65c7bc
commit 4fbfc98132

View File

@ -29,7 +29,7 @@ config BT_BLUEDROID_PINNED_TO_CORE
config BT_BTU_TASK_STACK_SIZE config BT_BTU_TASK_STACK_SIZE
int "Bluetooth Bluedroid Host Stack task stack size" int "Bluetooth Bluedroid Host Stack task stack size"
depends on BT_BLUEDROID_ENABLED depends on BT_BLUEDROID_ENABLED
default 4096 default 4352
help help
This select btu task stack size This select btu task stack size