samples: net: set CONFIG_NET_BUF_RX_COUNT to 64
This count is assigned to CONFIG_BT_ACL_RX_COUNT which expects a number in the range of 1-64, otherwise kconfig fails. Fixes #22259 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1eeb6ca873
commit
e3acaa10e4
1 changed files with 1 additions and 0 deletions
|
@ -13,3 +13,4 @@ CONFIG_NET_CONFIG_NEED_IPV6=y
|
|||
CONFIG_NET_CONFIG_NEED_IPV4=n
|
||||
CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
|
||||
CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
|
||||
CONFIG_NET_BUF_RX_COUNT=64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue