incubator-nuttx/net/procfs
chao an 4a8cd8ca0c net/procfs: fix visual studio Compiler Error C2057
D:\archer\code\nuttx\net\procfs\net_tcp.c(63,15): error C2057: expected constant expression

Compiler error C2057:
The context requires a constant expression, an expression whose value is known at compile time.

Reference:
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2057?view=msvc-170

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-09 20:11:55 +08:00
..
Kconfig
Make.defs net/procfs: add udp profs support 2022-09-09 19:33:46 +08:00
net_mld.c
net_procfs.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
net_procfs_route.c compiler.h: Add _ between format|printf|syslog|scanf|strftime and like 2022-12-21 01:05:19 +02:00
net_statistics.c
net_tcp.c net/procfs: fix visual studio Compiler Error C2057 2023-02-09 20:11:55 +08:00
net_udp.c net/procfs: fix visual studio Compiler Error C2057 2023-02-09 20:11:55 +08:00
netdev_statistics.c
procfs.h net/procfs: disable tcp/udp proc node if no stack available 2022-09-19 15:45:19 +08:00