2017-10-20 14:52:36 +08:00
|
|
|
/*
|
2018-10-11 10:18:24 +08:00
|
|
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2017-10-20 14:52:36 +08:00
|
|
|
*
|
|
|
|
*
|
|
|
|
* Change Logs:
|
2017-11-15 21:14:09 +08:00
|
|
|
* Date Author Notes
|
|
|
|
* 2017-10-30 ZYH the first version
|
2017-10-20 14:52:36 +08:00
|
|
|
*/
|
2017-11-15 21:14:09 +08:00
|
|
|
#ifndef __STM32_USB_H__
|
|
|
|
#define __STM32_USB_H__
|
2017-10-20 14:52:36 +08:00
|
|
|
#include <rtthread.h>
|
2017-11-15 21:14:09 +08:00
|
|
|
int stm_usbd_register(void);
|
2017-10-20 14:52:36 +08:00
|
|
|
#endif
|