diff options
| author | Ha Thach <[email protected]> | 2026-01-14 14:32:25 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-14 14:32:25 +0700 |
| commit | 5e6e9e6ad0cf7b49b3ed3b6d18c20be57afeef06 (patch) | |
| tree | a3e2b865f3e2a40fc31e742763a1787d94d66075 /src/common | |
| parent | 2656c6d91e8a544cf94247724ebf360c1b66d567 (diff) | |
| parent | 9a731e03e89e5e9ba530354fdfe4829b4cc0a8cf (diff) | |
Merge pull request #3461 from hathach/edpt_stream-remove-nofifo-mode
remove no-fifo mode in edpt stream API
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_private.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/tusb_private.h b/src/common/tusb_private.h index 10e12c2af..43ce7a1df 100644 --- a/src/common/tusb_private.h +++ b/src/common/tusb_private.h @@ -37,14 +37,6 @@ // Configuration //--------------------------------------------------------------------+ -#if CFG_TUD_ENABLED && CFG_TUD_VENDOR && (CFG_TUD_VENDOR_TX_BUFSIZE == 0 || CFG_TUD_VENDOR_RX_BUFSIZE == 0) - #define CFG_TUSB_EDPT_STREAM_NO_FIFO_ENABLED 1 -#endif - -#ifndef CFG_TUSB_EDPT_STREAM_NO_FIFO_ENABLED - #define CFG_TUSB_EDPT_STREAM_NO_FIFO_ENABLED 0 -#endif - #define TUP_USBIP_CONTROLLER_NUM 2 extern tusb_role_t _tusb_rhport_role[TUP_USBIP_CONTROLLER_NUM]; |
