1 /*
2  * Copyright (c) 2006-2020, RT-Thread Development Team
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  * Change Logs:
7  * Date           Author       Notes
8  * 2023-09-25     XYZboom      fix usbd_conf.h not found in nuclei-sdk after 0.3.8
9  */
10 #ifndef __USBD_CONF_H__
11 #define __USBD_CONF_H__
12 
13 #include "usb_conf.h"
14 
15 #define USBD_CFG_MAX_NUM                    1
16 #define USBD_ITF_MAX_NUM                    1
17 
18 #endif /* __USBD_CONF_H__ */
19 
20