Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WIZnetInterface by
Revision 1:175e7f8374e1, committed 2015-06-15
- 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;
}
