as

Fork of WIZnetInterface by IOP

Files at this revision

API Documentation at this revision

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)