Frank Weissenborn / Shoutcast
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;