Bluetooth: controller: Make RX prio thread stack configurable
Now that CONFIG_BT_CTLR_RX_PRIO_STACK_SIZE defines a stack size, allow for it to be configurable from a .conf file just like the rest of the threads in Bluetooth. Fixes #27768. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
946c8f0584
commit
121937e071
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ config BT_CTLR_TIFS_HW_SUPPORT
|
|||
|
||||
config BT_CTLR_RX_PRIO_STACK_SIZE
|
||||
# Controller's Co-Operative high priority Rx thread stack size.
|
||||
int "High priority Rx thread stack size" if !SOC_COMPATIBLE_NRF
|
||||
int "High priority Rx thread stack size"
|
||||
default 448
|
||||
|
||||
config BT_CTLR_SETTINGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue