Skip to content

Commit

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

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

See merge request espressif/esp-idf!28323
  • Loading branch information
jack0c committed Jan 11, 2024
2 parents 62a4b70 + 07f9c76 commit eae8973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/host/bluedroid/Kconfig.in
Original file line number Diff line number Diff line change
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 eae8973

Please sign in to comment.