V18.
Dependencies: FATFileSystem mbed-rtos
Fork of USBHost by
Diff: USBHostMSD/USBHostMSD.cpp
- Revision:
- 32:085a38dec954
- Parent:
- 27:4206883f4cb7
--- a/USBHostMSD/USBHostMSD.cpp Mon Jun 01 11:01:25 2015 +0100 +++ b/USBHostMSD/USBHostMSD.cpp Fri Oct 07 10:37:00 2016 +0000 @@ -29,6 +29,8 @@ #define GET_MAX_LUN (0xFE) #define BO_MASS_STORAGE_RESET (0xFF) +extern DigitalOut myled; + USBHostMSD::USBHostMSD(const char * rootdir) : FATFileSystem(rootdir) { host = USBHost::getHostInst();