Hiroshi Yamaguchi / Mbed 2 deprecated SimpleSocketExamples 1.0

Dependencies:   EthernetNetIf SimpleSocket 1.0 mbed

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);