usbh use the new tusb_time_delay_ms_api()

fix duplicated device attach for some devices which cause "USBH Defer Attach until current enumeration complete"
include dev0 for tuh_edpt_abort_xfer()
This commit is contained in:
hathach
2024-11-04 17:24:49 +07:00
parent 29262f3e24
commit 5f891e020c
3 changed files with 56 additions and 56 deletions

View File

@@ -136,6 +136,6 @@ int board_getchar(void) {
}
uint32_t tusb_time_millis(void) {
uint32_t tusb_time_millis_api(void) {
return board_millis();
}