mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-09 22:13:23 +00:00
IP_ADDR_ANY is now a pointer to { 0UL } (see IP_ADDR_BROADCAST).
For easier debugging of IP addresses.
This commit is contained in:
parent
a22e66f5ee
commit
7842a0190a
@ -34,8 +34,7 @@
|
||||
|
||||
#include "lwip/arch.h"
|
||||
|
||||
#define IP_ADDR_ANY 0
|
||||
|
||||
#define IP_ADDR_ANY (&ip_addr_any)
|
||||
#define IP_ADDR_BROADCAST (&ip_addr_broadcast)
|
||||
|
||||
#ifdef PACK_STRUCT_USE_INCLUDES
|
||||
|
Loading…
x
Reference in New Issue
Block a user