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.
Dependents: oldheating gps motorhome heating
Diff: udp/dns/dnsquery.c
- Revision:
- 132:db2174b36a6d
- Parent:
- 128:79052cb4a41c
- Child:
- 133:a37eb35a03f1
diff -r 774f7f367031 -r db2174b36a6d udp/dns/dnsquery.c --- a/udp/dns/dnsquery.c Tue Mar 19 12:12:26 2019 +0000 +++ b/udp/dns/dnsquery.c Wed Mar 20 10:55:30 2019 +0000 @@ -34,7 +34,7 @@ { if (!DnsQueryIsBusy) return; - if (MsTimerHasElapsed(startedMs, TIME_OUT_SENT_MS)) + if (MsTimerInterval(startedMs, TIME_OUT_SENT_MS)) { LogTimeF("DNS reaped ongoing request for "); if (DnsQueryName[0]) LogF("name %s", DnsQueryName);