Very small RAMdisk acting as an USB mass storage device

Dependencies:   RAM_DISK USBDevice mbed

Fork of USBMSB_Ramdisk_kl25z by Richard Green

main.cpp

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

File content as of revision 0:fc0ff7c1656b:

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

USBMSD_Ram sd;

int main() {
    while(1);
}