Skip to content

Commit

Permalink
Merge branch 'bugfix/increase_btu_task_stack_size_v5.1' into 'release…
Browse files Browse the repository at this point in the history
…/v5.1'

fix(bt/bludroid): Increase BTU task stack size(backport v5.1)

See merge request espressif/esp-idf!28322
  • Loading branch information
Isl2017 committed Jan 8, 2024
2 parents db1e54a + 2fa19aa commit 276332f
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 276332f

Please sign in to comment.