summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJacob Potter <[email protected]>2020-11-04 21:18:44 -0700
committerJacob Potter <[email protected]>2020-11-04 21:18:44 -0700
commita3d6e8fc52db0d1272290a7d5cb7963909254ad5 (patch)
tree8b552b6c8ce8e5e63cddc27f3a85d65335731c11 /src
parentbb0df2740e251ce1046afcfdb2cad2657c881d0c (diff)
Add default for CFG_TUD_NCM
Diffstat (limited to 'src')
-rw-r--r--src/tusb_option.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 393940282..b1ce62768 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -237,6 +237,10 @@
#define CFG_TUD_BTH 0
#endif
+#ifndef CFG_TUD_NCM
+ #define CFG_TUD_NCM 0
+#endif
+
//--------------------------------------------------------------------
// HOST OPTIONS
//--------------------------------------------------------------------