USBHost modified for vmRideR2016b
Dependencies: FATFileSystem mbed-rtos
Fork of USBHost by
Diff: USBHostMSD/USBHostMSD.cpp
- Revision:
- 32:4e9c0e37878c
- Parent:
- 27:4206883f4cb7
--- a/USBHostMSD/USBHostMSD.cpp Mon Jun 01 11:01:25 2015 +0100 +++ b/USBHostMSD/USBHostMSD.cpp Thu May 19 13:37:05 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();