Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: FTHR_USB_serial API_2x_ECO
Diff: USBMSD/USBMSD.cpp
- Revision:
- 3:6d85e04fb59f
- Parent:
- 1:80ab0d068708
- Child:
- 5:d27e4c226965
--- a/USBMSD/USBMSD.cpp Tue Jul 17 14:35:40 2012 +0000 +++ b/USBMSD/USBMSD.cpp Sun Oct 14 12:38:56 2012 +0000 @@ -452,6 +452,10 @@ } } break; + case MEDIA_REMOVAL: + csw.Status = CSW_PASSED; + sendCSW(); + break; default: fail(); break;