zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option.

CONFIG_NET_NBUF_RX_COUNT no longer exists in Zephyr, for a while. That
means we build with the default RX buf count for a while too, and it works,
so just remove it (instead of switching to what it was renamed to,
CONFIG_NET_PKT_RX_COUNT).
pull/1/head
Paul Sokolovsky 2018-06-13 13:55:28 +02:00 committed by Damien George
parent bdceea1d12
commit 543352ac21
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ CONFIG_NET_UDP=y
CONFIG_NET_TCP=y
CONFIG_NET_SOCKETS=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_NBUF_RX_COUNT=5
CONFIG_NET_APP_SETTINGS=y
CONFIG_NET_APP_INIT_TIMEOUT=3