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: NTPClient_HelloWorld_WIZ550io LPC11U68_NTPClient_HelloWorld_WIZ550io SNIC-ntpclient-example NTPClient_HelloWorld ... more
Fork of NTPClient by
Diff: NTPClient.h
- Revision:
- 5:c70ed0bfab2e
- Parent:
- 2:9a64a50df235
diff -r 881559865a93 -r c70ed0bfab2e NTPClient.h
--- a/NTPClient.h Sun Aug 05 16:10:57 2012 +0000
+++ b/NTPClient.h Sun Dec 22 13:59:33 2013 +0000
@@ -38,7 +38,7 @@
///NTP client results
enum NTPResult
{
- NTP_DNS, ///<Could not resolve name
+ NTP_DNS = -4, ///<Could not resolve name
NTP_PRTCL, ///<Protocol error
NTP_TIMEOUT, ///<Connection timeout
NTP_CONN, ///<Connection error
