Dependencies:   NTPClient_NetServices mbed ZG2100NetIf

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Thu Jul 22 11:35:35 2010 +0000
Parent:
0:1a2e15bad043
Child:
2:c5a5cc0aa23f
Commit message:

Changed in this revision

ZG2100NetIfExample.cpp.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ZG2100NetIfExample.cpp.cpp	Fri Jul 09 15:33:37 2010 +0000
+++ b/ZG2100NetIfExample.cpp.cpp	Thu Jul 22 11:35:35 2010 +0000
@@ -42,7 +42,7 @@
   wifi.setup();
   
   printf("Setup.\n");
-  
+
   time_t ctTime = time(NULL);  
   printf("Current time is : %s UTC\n", ctime(&ctTime));  
 
@@ -51,7 +51,6 @@
     
   /*time_t*/ ctTime = time(NULL);  
   printf("Time is now : %s UTC\n", ctime(&ctTime)); 
-  Net::poll();
 
   HTTPText txt;