diff options
| author | hathach <[email protected]> | 2023-06-08 09:11:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-08 09:11:29 +0700 |
| commit | 7fd0a17bc3eb1e992865c851c3d24484131fa284 (patch) | |
| tree | 10874117a06224493172ac30f9e4c57c3625be39 /src | |
| parent | 9b7dee563e83a548f0d0fb68dd991a868a6427c9 (diff) | |
default CFG_TUC_ENABLED to 0
Diffstat (limited to 'src')
| -rw-r--r-- | src/tusb_option.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 948c9edf3..427d19719 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -483,6 +483,14 @@ #endif +//--------------------------------------------------------------------+ +// TypeC Options (Default) +//--------------------------------------------------------------------+ + +#ifndef CFG_TUC_ENABLED +#define CFG_TUC_ENABLED 0 +#endif + //------------------------------------------------------------------ // Configuration Validation //------------------------------------------------------------------ |
