fix: warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user