Fixed NTPResult values

Dependents:   NTPClient_HelloWorld_WIZ550io LPC11U68_NTPClient_HelloWorld_WIZ550io SNIC-ntpclient-example NTPClient_HelloWorld ... more

Fork of NTPClient by Donatien Garnier

Revision:
5:c70ed0bfab2e
Parent:
2:9a64a50df235
--- 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