bluetooth: host: Fix Kconfig error
Fixed error 'The int symbol BT_DISCARDABLE_BUF_COUNT is being evaluated in a logical context somewhere'. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
b5b7853ad9
commit
b785ded9fa
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ config BT_HCI_CMD_COUNT
|
||||||
config BT_RX_BUF_COUNT
|
config BT_RX_BUF_COUNT
|
||||||
int "Number of HCI RX buffers"
|
int "Number of HCI RX buffers"
|
||||||
default 3 if BT_RECV_IS_RX_THREAD
|
default 3 if BT_RECV_IS_RX_THREAD
|
||||||
default 20 if (BT_MESH && !BT_DISCARDABLE_BUF_COUNT)
|
default 20 if (BT_MESH && !(BT_DISCARDABLE_BUF_COUNT > 0))
|
||||||
default 10
|
default 10
|
||||||
range 2 255
|
range 2 255
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue