yoyo

Fork of FTPClient by Akshay Tom

Files at this revision

API Documentation at this revision

Comitter:
Dxmanas
Date:
Thu Feb 01 07:59:48 2018 +0000
Parent:
4:8ecc32e7c69b
Commit message:
commit

Changed in this revision

FTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
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){