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 24:5765a3fb1f14, committed 2015-12-10
- Comitter:
- bestyj91
- Date:
- Thu Dec 10 06:36:08 2015 +0000
- Parent:
- 23:1a89f410e1e4
- Commit message:
- aa
Changed in this revision
EthernetInterface.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1a89f410e1e4 -r 5765a3fb1f14 EthernetInterface.cpp --- a/EthernetInterface.cpp Thu Sep 03 01:10:54 2015 +0000 +++ b/EthernetInterface.cpp Thu Dec 10 06:36:08 2015 +0000 @@ -19,6 +19,8 @@ #include "EthernetInterface.h" #include "DHCPClient.h" + + #if not defined(TARGET_WIZwiki_W7500) EthernetInterface::EthernetInterface(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName reset) : WIZnet_Chip(mosi, miso, sclk, cs, reset)