mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 01:44:23 +08:00
Now the HAVE_PFINET(6)_SOCKETS depends on NET_TCP/UDP_HAVE_STACK, which is previously defined in net/ folder and cannot be included. Considering many places use this check, maybe moving them to netconfig.h could be better. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>