summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-08 09:11:29 +0700
committerhathach <[email protected]>2023-06-08 09:11:29 +0700
commit7fd0a17bc3eb1e992865c851c3d24484131fa284 (patch)
tree10874117a06224493172ac30f9e4c57c3625be39 /src
parent9b7dee563e83a548f0d0fb68dd991a868a6427c9 (diff)
default CFG_TUC_ENABLED to 0
Diffstat (limited to 'src')
-rw-r--r--src/tusb_option.h8
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
//------------------------------------------------------------------