exeption of receive(TCPSocketconnection)

Dependents:   FTP_SDCard_File_Client_WIZwiki-W7500 FTPClient_example Freedman DigitalCamera_OV5642_WIZwiki-W7500 ... more

Fork of WIZnetInterface by WIZnet

Revision:
1:175e7f8374e1
Parent:
0:6f28332c466f
Child:
3:f8c6efc8bf83
--- a/EthernetInterface.cpp	Mon Jun 15 11:18:37 2015 +0900
+++ b/EthernetInterface.cpp	Mon Jun 15 13:14:41 2015 +0900
@@ -25,10 +25,7 @@
     //
     for (int i =0; i < 6; i++) this->mac[i] = mac[i];
     //
-    //mbed_mac_address(mac);
     reset();
-	//WIZnet_Chip::link();
-	//WIZnet_Chip::set_link();
 	
     return 0;
 }