summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-04-20 18:35:38 +0700
committerhathach <[email protected]>2022-04-20 18:35:38 +0700
commit6a022c73dbf1551a441fafbea3a27c1a9951816f (patch)
tree716818ba62ac63bed1fa622387bf87d02ca615ad /src/host
parentb034c18077ef1350f2678f245ed1b885e9be79fc (diff)
add note for tud_task() behavior in freertos example
Diffstat (limited to 'src/host')
-rw-r--r--src/host/usbh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h
index 1580717fd..c6d36fb7f 100644
--- a/src/host/usbh.h
+++ b/src/host/usbh.h
@@ -100,7 +100,7 @@ void tuh_task_ext(uint32_t timeout_ms, bool in_isr);
TU_ATTR_ALWAYS_INLINE static inline
void tuh_task(void)
{
- tuh_task_ext(OSAL_TIMEOUT_WAIT_FOREVER, false);
+ tuh_task_ext(UINT32_MAX, false);
}
// Interrupt handler, name alias to HCD