Skip to content

Commit

Permalink
Merge branch 'bugfix/increase_btu_task_stack_size_master' into 'master'
Browse files Browse the repository at this point in the history
fix(bt/bludroid): Increase BTU task stack size

Closes BT-3571

See merge request espressif/esp-idf!28319
  • Loading branch information
Isl2017 committed Jan 8, 2024
2 parents 09f0f7e + 4fbfc98 commit ee7794c
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 ee7794c

Please sign in to comment.