RAMDisk example for the USBFileSystem

Dependencies:   mbed USBFileSystem

Fork of USBFileSystem_RAMDISK_HelloWorld by Erik -

main.cpp

Committer:
ragmondo
Date:
2013-05-15
Revision:
0:fc0ff7c1656b
Child:
1:e1b0157ce547

File content as of revision 0:fc0ff7c1656b:

#include "mbed.h"
#include "USBMSD_Ram.h"

USBMSD_Ram sd;

int main() {
    while(1);
}