mirror of https://github.com/ARMmbed/mbed-os.git
Added start_dhcp and start_static_ip
parent
8af75511ca
commit
6040561841
|
|
@ -39,7 +39,7 @@ int IPStackInterface::start_dhcp(uint timeout)
|
|||
return lwip_start_dhcp(timeout);
|
||||
}
|
||||
|
||||
int IPStackINterface::start_static_ip(const char *ip, const char *netmask, const char *gw)
|
||||
int IPStackInterface::start_static_ip(const char *ip, const char *netmask, const char *gw)
|
||||
{
|
||||
return lwip_start_static_ip();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue