TCP Echo example of W5500 Ethernet Kit for IoT.

Dependencies:   WIZnet_Library mbed W5500HelloWorld

Dependents:   W5500HelloWorld

Revision:
1:4f6bcf445501
Parent:
0:412f9c1172b7
--- a/main.cpp	Mon Apr 27 00:23:46 2015 +0000
+++ b/main.cpp	Thu Jul 16 07:21:46 2015 +0000
@@ -20,8 +20,6 @@
 
 int main() {
     
-    mbed_mac_address((char *)MAC_Addr); //Use mbed mac addres
-    
     //Set serial port baudrate speed: 115200
     pc.baud(115200);