summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-02-27 23:51:36 +0700
committerhathach <[email protected]>2026-02-28 00:01:40 +0700
commit8444c25ab6bc841bad81fd04afc1e66a9d57a115 (patch)
tree125bdcf7c4a0e63d46cad36537e9633ce5e7174e /src/host
parent7ea02fd6c9e376679bc1fe025bb73e43664e17c6 (diff)
replace board_millis() with tusb_time_millis_api()
Diffstat (limited to 'src/host')
-rw-r--r--src/host/usbh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c
index 60d78605f..0da5166c2 100644
--- a/src/host/usbh.c
+++ b/src/host/usbh.c
@@ -685,7 +685,7 @@ void tuh_task_ext(uint32_t timeout_ms, bool in_isr) {
has_deferred_attach = osal_queue_receive(_usbh_daq, &event, 0);
}
- if (!has_deferred_attach) // skip event queue to process deferred at
+ if (!has_deferred_attach) // skip event queue to process deferred attach
#endif
{
if (!osal_queue_receive(_usbh_q, &event, timeout_ms)) {