Move endpoint alloc define to tusb_mcu.h

This commit is contained in:
HiFiPhile
2024-04-02 14:17:24 +02:00
parent 60acb990b6
commit db28437218
2 changed files with 10 additions and 13 deletions

View File

@@ -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