mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2809 from geky/lwip-fix-default-dhcp
lwip - Fix default behaviour of DHCPpull/2813/head
commit
157fa65a51
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
/* Interface implementation */
|
||||
EthernetInterface::EthernetInterface()
|
||||
: _dhcp(false), _ip_address(), _netmask(), _gateway()
|
||||
: _dhcp(true), _ip_address(), _netmask(), _gateway()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue