discoverpixy
usbh_conf.h
1 
22 /* Define to prevent recursive inclusion -------------------------------------*/
23 #ifndef __USBH_CONF__H__
24 #define __USBH_CONF__H__
25 
26 /* Includes ------------------------------------------------------------------*/
40 #define USBH_MAX_NUM_ENDPOINTS 2
41 #define USBH_MAX_NUM_INTERFACES 2
42 #ifdef USE_USB_OTG_FS
43 #define USBH_MSC_MPS_SIZE 0x40
44 #else
45 #define USBH_MSC_MPS_SIZE 0x200
46 #endif
47 
83 #endif //__USBH_CONF__H__
84 
85 
93 /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
94