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 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){
