Skip to content

Commit

Permalink
samples: net: set CONFIG_NET_BUF_RX_COUNT to 64
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nashif committed Jan 31, 2020
1 parent 1eeb6ca commit e3acaa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/net/sockets/echo_client/overlay-bt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e3acaa1

Please sign in to comment.