mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
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).