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/3882/merge
Paul Sokolovsky 2018-06-13 13:55:28 +02:00 zatwierdzone przez Damien George
rodzic bdceea1d12
commit 543352ac21
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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