mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-16 08:43:17 +00:00
IP_ADDR_ANY is now a pointer to { 0UL } (see IP_ADDR_BROADCAST).
This commit is contained in:
parent
1a72feb128
commit
a22e66f5ee
@ -33,7 +33,8 @@
|
||||
#include "lwip/ip_addr.h"
|
||||
#include "lwip/inet.h"
|
||||
|
||||
struct ip_addr ip_addr_broadcast = {0xffffffff};
|
||||
struct ip_addr ip_addr_any = { 0x00000000UL };
|
||||
struct ip_addr ip_addr_broadcast = { 0xffffffffUL };
|
||||
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user