Kenji Arai / USBHOST

Dependents:   DISCO-F469NI_USB_Disk STM32F4xx_USB_Memory

Fork of USBHOST by ST

Files at this revision

API Documentation at this revision

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