mirror of https://github.com/ARMmbed/mbed-os.git
Fixed missing timeout argument for lwip_start_dhcp
parent
6040561841
commit
841c9b5809
|
|
@ -403,7 +403,7 @@ int lwip_bringup(emac_interface_t *emac, bool dhcp, const char *ip, const char *
|
|||
}
|
||||
|
||||
// Zero out socket set
|
||||
lwip_arena_init(15000);
|
||||
lwip_arena_init();
|
||||
|
||||
#if LWIP_IPV6
|
||||
netif_create_ip6_linklocal_address(&lwip_netif, 1/*from MAC*/);
|
||||
|
|
|
|||
Loading…
Reference in New Issue