Skip to content

Commit 7fd0a17

Browse files
committed
default CFG_TUC_ENABLED to 0
1 parent 9b7dee5 commit 7fd0a17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/tusb_option.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,14 @@
483483
#endif
484484

485485

486+
//--------------------------------------------------------------------+
487+
// TypeC Options (Default)
488+
//--------------------------------------------------------------------+
489+
490+
#ifndef CFG_TUC_ENABLED
491+
#define CFG_TUC_ENABLED 0
492+
#endif
493+
486494
//------------------------------------------------------------------
487495
// Configuration Validation
488496
//------------------------------------------------------------------

0 commit comments

Comments
 (0)