EthernetInterface patched with https://github.com/mbedmicro/mbed/commit/8222bde1af2e328e4c58d0f438827f3091e5e0eb

Dependencies:   Socket lwip-eth-ansond-patched lwip-sys lwip-ansond-patched

Dependents:   df-2013-thermostat-handson df-2013-minihack-thermostat-complete df-2013-minihack-thermostat df-2013-thermostat-remotes

Fork of EthernetInterface by mbed official

Revision:
8:dbc8547f882b
Parent:
4:9a52c802be61
Child:
10:8d1c7a87c17b
--- a/EthernetInterface.cpp	Tue Jun 26 15:33:45 2012 +0000
+++ b/EthernetInterface.cpp	Tue Jul 03 12:46:34 2012 +0000
@@ -17,7 +17,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __DEBUG__ 4
+#define __DEBUG__ 0
 #ifndef __MODULE__
 #define __MODULE__ "EthernetInterface.cpp"
 #endif