summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-04-08 16:24:50 +0700
committerGitHub <[email protected]>2024-04-08 16:24:50 +0700
commit872864e39751c7fb91427e6e2d28356b9d48e02c (patch)
tree281ac55dd2613267aa9f80873f73973a75ce3bc4 /src/common
parentbc10394e66f9658a696fee11d15cdc8ff1d66432 (diff)
parente642066562f96e7e4790b709635d32d4c8450861 (diff)
Merge pull request #2567 from HiFiPhile/iso_alloc
ISO endpoint allocation improvments
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index 688b9a352..0ae2573cd 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -441,4 +441,8 @@
#define TU_ATTR_FAST_FUNC
#endif
+#if defined(TUP_USBIP_DWC2) || defined(TUP_USBIP_FSDEV)
+ #define TUP_DCD_EDPT_ISO_ALLOC
+#endif
+
#endif