diff options
| author | hathach <[email protected]> | 2022-03-17 21:20:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-17 21:20:20 +0700 |
| commit | 9dd2f11f4a08c337096776eacd919faec3cc939e (patch) | |
| tree | 681d8988a514e5ac793e3bda8c5c6446be27ebcf /src/tusb_option.h | |
| parent | 55428d7dd215eb2e69a1f654ccc4730525b509d6 (diff) | |
add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 0352faaed..bd87a953c 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -392,6 +392,10 @@ #define CFG_TUH_VENDOR 0 #endif +#ifndef CFG_TUH_API_EDPT_XFER +#define CFG_TUH_API_EDPT_XFER 0 +#endif + //------------------------------------------------------------------ // Configuration Validation //------------------------------------------------------------------ |
