mbed Weather Platform firmware http://mbed.org/users/okini3939/notebook/mbed-weather-platform-firmware/

Dependencies:   ChaNFSSD EthernetNetIf I2CLEDDisp Agentbed ChaNFSUSB ILinterpreter mbed BMP085 WeatherMeters ConfigFile ChaNFS I2CLCD

Revision:
3:058292da2cee
Parent:
2:a3e5edf84f74
Child:
7:f7c98d836f81
--- a/TinyNet/TinySNTP.cpp	Wed Aug 24 13:22:32 2011 +0000
+++ b/TinyNet/TinySNTP.cpp	Wed Sep 07 16:03:54 2011 +0000
@@ -91,7 +91,7 @@
 }
 
 int ntpdate (const char* name, uint32_t *tim) {
-    UDPSocketErr err;
+//    UDPSocketErr err;
     Host sntphost;
     char buf[100];
     int i, len;