Refine dhcpserver_get_leases().

Add LWIP_RAW support.
This commit is contained in:
BruceHsu 2017-10-04 22:18:21 +08:00
parent cbdacf5ca1
commit c1124f9f7c
3 changed files with 10 additions and 7 deletions

View file

@ -19,7 +19,7 @@ extern "C" {
#endif
typedef struct {
uint8_t hwaddr[NETIF_MAX_HWADDR_LEN];
uint8_t hwaddr[6];
ip4_addr_t ipaddr;
} dhcpserver_lease_t;