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/lwip/LwipNetIf.cpp
- Revision:
- 8:361d9e984660
- Parent:
- 0:ac1725ba162c
diff -r 4e2468d7d5cb -r 361d9e984660 if/lwip/LwipNetIf.cpp --- a/if/lwip/LwipNetIf.cpp Wed Dec 15 18:01:30 2010 +0000 +++ b/if/lwip/LwipNetIf.cpp Tue Aug 06 12:55:11 2019 +0000 @@ -90,7 +90,7 @@ if(m_init && m_dnsTimer.read_ms() >= DNS_TMR_INTERVAL) { m_dnsTimer.reset(); - dns_tmr(); + //dns_tmr(); } //Do some stuff... }