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.
Dependencies: EthernetNetIf SimpleSocket 1.0 mbed
Diff: ntpclient.cpp
- Revision:
- 34:a108bcc26b69
- Parent:
- 33:39d9cdf99de8
--- a/ntpclient.cpp Wed Nov 02 12:16:51 2011 +0000 +++ b/ntpclient.cpp Fri Nov 04 06:04:36 2011 +0000 @@ -4,6 +4,7 @@ void ntpclient() { EthernetNetIf eth; eth.setup(); + char *NTP_SERVER = "pool.ntp.org"; printf("ntp server = %s\n", NTP_SERVER);