Library for ethernet

Dependents:   VC0706_FTP_Client_Ethernet_MQTT

Fork of WIZnetInterface by Akshay Tom

Files at this revision

API Documentation at this revision

Comitter:
Soohwan Kim
Date:
Mon Jun 15 13:14:41 2015 +0900
Parent:
0:6f28332c466f
Child:
2:26df0dc6e227
Commit message:
remove dummy codes

Changed in this revision

EthernetInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;
 }