123456789101112131415161718 |
- /*
- * Copyright (c) 2006-2020, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- * 2023-09-25 XYZboom fix usbh_conf.h not found in nuclei-sdk after 0.3.8
- */
- #ifndef __USBH_CONF_H__
- #define __USBH_CONF_H__
- #define USBH_MAX_EP_NUM 2
- #define USBH_MAX_INTERFACES_NUM 2
- #define USBH_MSC_MPS_SIZE 0x200
- #endif /* __USBH_CONF_H__ */
|