yoyo
Fork of FTPClient by
Diff: FTPClient.cpp
- Revision:
- 5:087a3ccad604
- Parent:
- 4:8ecc32e7c69b
diff -r 8ecc32e7c69b -r 087a3ccad604 FTPClient.cpp --- a/FTPClient.cpp Thu Dec 14 04:49:35 2017 +0000 +++ b/FTPClient.cpp Thu Feb 01 07:59:48 2018 +0000 @@ -1,5 +1,6 @@ #include "mbed.h" -#include "EthernetInterface.h" +//#include "EthernetInterface.h" +#include "WizFi310Interface.h" #include "FTPClient.h" //#define DEBUG FTPClient::FTPClient(PinName mosi, PinName miso, PinName sclk, PinName ssel, const char* root) : _SDFileSystem(mosi, miso, sclk, ssel, root){