default CFG_TUC_ENABLED to 0

This commit is contained in:
hathach 2023-06-08 09:11:29 +07:00
parent 9b7dee563e
commit 7fd0a17bc3
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
1 changed files with 8 additions and 0 deletions

View File

@ -483,6 +483,14 @@
#endif
//--------------------------------------------------------------------+
// TypeC Options (Default)
//--------------------------------------------------------------------+
#ifndef CFG_TUC_ENABLED
#define CFG_TUC_ENABLED 0
#endif
//------------------------------------------------------------------
// Configuration Validation
//------------------------------------------------------------------