summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-02 14:17:24 +0200
committerHiFiPhile <[email protected]>2024-04-02 20:54:33 +0200
commitdb28437218244ae9a1e16d87964edd51f78f54bd (patch)
treebb1f0bdf0778a320df4eaf9e9f3188456383776d /src/common
parent60acb990b608b2c97214f75d5aa8dc169e0e663e (diff)
Move endpoint alloc define to tusb_mcu.h
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 308ee713c..1ee20ba07 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -434,4 +434,8 @@
#define TU_ATTR_FAST_FUNC
#endif
+#if defined(TUP_USBIP_DWC2) || defined(TUP_USBIP_FSDEV)
+ #define TUP_DCD_EDPT_ISO_ALLOC
+#endif
+
#endif