RAMDisk example for the USBFileSystem

Dependencies:   mbed USBFileSystem

Fork of USBFileSystem_RAMDISK_HelloWorld by Erik -

Revision:
0:fc0ff7c1656b
Child:
1:e1b0157ce547
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed May 15 22:39:46 2013 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "USBMSD_Ram.h"
+
+USBMSD_Ram sd;
+
+int main() {
+    while(1);
+}
\ No newline at end of file