fix: warnings

This commit is contained in:
2025-11-08 20:18:23 +06:00
parent aa367e5a24
commit ef02c42207
5 changed files with 37 additions and 34 deletions

View File

@@ -50,8 +50,9 @@
#define LWIP_SOCKET 0
// Statistics
#define LWIP_STATS 1
#define LINK_STATS 1
#define LWIP_STATS 0
#define LINK_STATS 0
#define MIB2_STATS 0
#define LWIP_HTTPD 1
// Use a read-only filesystem populated by makefsdata
@@ -60,7 +61,7 @@
#define HTTPD_USE_CUSTOM_FSDATA 1
#define LWIP_NETIF_HOSTNAME 1
// #define LWIP_NETIF_LINK_CALLBACK 1
#define LWIP_NETIF_LINK_CALLBACK 1
#define LWIP_NETIF_STATUS_CALLBACK 1
#define LWIP_SUPPORT_CUSTOM_PBUF 1