summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorPeter Lawrence <[email protected]>2021-08-03 11:28:44 -0500
committerPeter Lawrence <[email protected]>2021-09-25 17:05:58 -0500
commit03d7988df3f491515389751a8cf4baecafb155fc (patch)
tree4bafbe8ff80854c387b90afc7414c20495632a1d /src/tusb_option.h
parent958cf2cfbaf1ddb67f31ff5920630304189d7c0c (diff)
add NCM driver in a compatible manner : hathach/tinyusb#550
Diffstat (limited to 'src/tusb_option.h')
-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 ad2a26a66..12aab82fc 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -269,6 +269,10 @@
#define CFG_TUD_BTH 0
#endif
+#ifndef CFG_TUD_NCM
+ #define CFG_TUD_NCM 0
+#endif
+
//--------------------------------------------------------------------
// HOST OPTIONS
//--------------------------------------------------------------------