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.cpp
- Revision:
- 4:881559865a93
- Parent:
- 3:17d8bad407cc
- Child:
- 5:c70ed0bfab2e
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>
