Updated with latest libs

Dependencies:   USBDevice mbed

Fork of USBMSB_Ramdisk_kl25z by Richard Green

Committer:
Sissors
Date:
Thu Jun 22 06:00:48 2017 +0000
Revision:
1:bf9b21c9b0d7
Parent:
0:fc0ff7c1656b
Updated libs

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ragmondo 0:fc0ff7c1656b 1 #include "mbed.h"
ragmondo 0:fc0ff7c1656b 2 #include "USBMSD_Ram.h"
ragmondo 0:fc0ff7c1656b 3
ragmondo 0:fc0ff7c1656b 4 USBMSD_Ram sd;
ragmondo 0:fc0ff7c1656b 5
ragmondo 0:fc0ff7c1656b 6 int main() {
ragmondo 0:fc0ff7c1656b 7 while(1);
ragmondo 0:fc0ff7c1656b 8 }