设置usb时钟

This commit is contained in:
2025-09-24 00:02:37 +08:00
parent 316b2ab330
commit d1b4de66b7
6 changed files with 720 additions and 707 deletions

View File

@@ -195,7 +195,6 @@ void OTG_HS_EP1_OUT_IRQHandler(void)
#endif
#if PKG_TINYUSB_DEVICE_ENABLE
void OTG_FS_IRQHandler(void) {
tusb_int_handler(0, true);
}
@@ -204,7 +203,6 @@ void OTG_HS_IRQHandler(void) {
tusb_int_handler(1, true);
}
#endif
#else