rt-thread-official/bsp/hpmicro/libraries/drivers/drv_usb.h

15 lines
157 B
C

/*
* Copyright (c) 2022 hpmicro
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef DRV_USB_H
#define DRV_USB_H
int rt_hw_usb_init(void);
#endif