debug usbd

This commit is contained in:
wmano
2025-10-12 18:43:07 +08:00
parent 4ef5837171
commit a70473078a
9 changed files with 267 additions and 235 deletions
@@ -9,6 +9,8 @@
* 2019-12-19 tyustli port to stm32 series
*/
#ifdef BSP_USING_USBH
#include "drv_usbh.h"
#include "board.h"
@@ -257,3 +259,6 @@ int stm_usbh_register(void)
return RT_EOK;
}
INIT_DEVICE_EXPORT(stm_usbh_register);
#endif