diff options
| author | HiFiPhile <[email protected]> | 2024-04-02 14:17:24 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-02 14:33:47 +0200 |
| commit | d692d5ab3ad4926474e0932e27551405e82eebe9 (patch) | |
| tree | 890d3e839625465e7efce0f310b9f4e1dc4dc09e /src/common | |
| parent | 574916f53088adebb6d0f2cede4a96e99ef9e605 (diff) | |
Move endpoint alloc define to tusb_mcu.h
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 4 |
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 |
