Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: if/eth/EthernetNetIf.cpp
- Revision:
- 8:361d9e984660
- Parent:
- 7:4e2468d7d5cb
--- a/if/eth/EthernetNetIf.cpp Wed Dec 15 18:01:30 2010 +0000 +++ b/if/eth/EthernetNetIf.cpp Tue Aug 06 12:55:11 2019 +0000 @@ -54,7 +54,7 @@ m_gateway = gateway; m_ip = ip; m_pNetIf = new netif; - dns_setserver(0, &dns.getStruct()); + //dns_setserver(0, &dns.getStruct()); m_useDhcp = false; m_setup = false; }