NTP Client for the mbed networking libraries

Dependents:   NTPClient_HelloWorld temp_FIAP NTPClient_Wifly_HelloWorld RTOSTest ... more

Fork of NTPClientLib by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Sun Aug 05 16:10:57 2012 +0000
Parent:
3:17d8bad407cc
Commit message:
Fixed typo

Changed in this revision

NTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 17d8bad407cc -r 881559865a93 NTPClient.cpp
--- 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>