Refine dhcpserver_get_leases().
Add LWIP_RAW support.
This commit is contained in:
parent
cbdacf5ca1
commit
c1124f9f7c
3 changed files with 10 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue