Maxim Integrated / Mbed OS FTHR_USBMSD_Demo

Dependencies:   USBDevice USBMSD_SD max32630fthr

Fork of FTHR_USBMSD_Demo by Greg Steiert

This example implements a micro SD card reader allowing access to a card inserted into the micro SD connector through the micro USB connector using the standard USB-MSD interface so that it appears just like a USB drive to your system.

Revision:
9:6ada4f89915c
Parent:
8:8c31b3ba5371
Child:
10:404433ce329d
--- a/main.cpp	Fri Feb 23 23:26:43 2018 +0000
+++ b/main.cpp	Sat Feb 24 18:05:12 2018 +0000
@@ -19,7 +19,7 @@
 FATFileSystem fs("fs");
 
 // USB MSD 
-USBMSD_BD msd(&bd, BLOCK_SIZE);  
+USBMSD_BD msd(&bd);  
 
 
 // main() runs in its own thread in the OS