123456789101112131415 |
- /*
- * Copyright (c) 2006-2018, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- * 2019-04-10 ZYH first version
- */
- #ifndef __USBD_FS_CONFIG_H__
- #define __USBD_FS_CONFIG_H__
- #define USBD_FS_IRQ_HANDLER OTG_FS_IRQHandler
- #define USBD_INSTANCE USB_OTG_FS
- #endif
|