diff options
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 948c9edf3..bb669e693 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -483,6 +483,16 @@ #endif +//--------------------------------------------------------------------+ +// TypeC Options (Default) +//--------------------------------------------------------------------+ + +#ifndef CFG_TUC_ENABLED +#define CFG_TUC_ENABLED 0 + +#define tuc_int_handler(_p) +#endif + //------------------------------------------------------------------ // Configuration Validation //------------------------------------------------------------------ |
