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.
Diff: FileDownloader.cpp
- Revision:
- 1:1b5ed0fa82f0
- Parent:
- 0:d9d38ebc0f69
- Child:
- 2:0e9a10f2b8c5
--- a/FileDownloader.cpp Mon Jan 24 13:32:52 2011 +0000 +++ b/FileDownloader.cpp Mon Jan 24 13:54:12 2011 +0000 @@ -1,10 +1,7 @@ #include "FileDownloader.h" - - #include "SDFileSystem.h" -SDFileSystem sd(p5, p6, p7, p8, "sd"); // the pinout on the mbed Cool Components workshop board - +extern SDFileSystem sd; HTTPResult result; bool completed = false; FILE *fp;