Fixed NTPResult values

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

Fork of NTPClient by Donatien Garnier

Revision:
4:881559865a93
Parent:
3:17d8bad407cc
Child:
5:c70ed0bfab2e
--- a/NTPClient.cpp	Sun Aug 05 16:10:33 2012 +0000
+++ b/NTPClient.cpp	Sun Aug 05 16:10:57 2012 +0000
@@ -18,7 +18,7 @@
  */
 
 //Debug is disabled by default
-#if 
+#if 0
 //Enable debug
 #define __DEBUG__
 #include <cstdio>