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: DISCO-F469NI_USB_Disk STM32F4xx_USB_Memory
Fork of USBHOST by
Revision 2:df7fba2d5ac7, committed 2017-02-16
- Comitter:
- jamike
- Date:
- Thu Feb 16 10:14:22 2017 +0000
- Parent:
- 1:ab240722d7ef
- Commit message:
- remove USB_MSD to avoid FAT lib for compilation
Changed in this revision
| USBHost/USBHostConf.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBHost/USBHostConf.h Wed Feb 15 10:49:44 2017 +0100 +++ b/USBHost/USBHostConf.h Thu Feb 16 10:14:22 2017 +0000 @@ -37,7 +37,7 @@ /* * Enable USBHostMSD */ -#define USBHOST_MSD 1 +#define USBHOST_MSD 0 /* * Enable USBHostKeyboard
