Skip to content

Commit

Permalink
Merge branch 'bugfix/increase_btu_task_stack_size' into 'release/v4.3'
Browse files Browse the repository at this point in the history
fix(bt/bludroid): Increase BTU task stack size

See merge request espressif/esp-idf!28150
  • Loading branch information
jack0c committed Dec 28, 2023
2 parents eadee01 + 95962bf commit 738a49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/host/bluedroid/Kconfig.in
Expand Up @@ -29,7 +29,7 @@ config BT_BLUEDROID_PINNED_TO_CORE
config BT_BTU_TASK_STACK_SIZE
int "Bluetooth Bluedroid Host Stack task stack size"
depends on BT_BLUEDROID_ENABLED
default 4096
default 4352
help
This select btu task stack size

Expand Down

0 comments on commit 738a49f

Please sign in to comment.