We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bf877 commit 5fdd05fCopy full SHA for 5fdd05f
1 file changed
sdk/config/tusb_config.h
@@ -30,9 +30,15 @@
30
// -----------------------------------------------------------------------------
31
// CDC CONFIGURATION
32
33
-#define CFG_TUD_CDC_RX_BUFSIZE 8192
34
-#define CFG_TUD_CDC_EP_BUFSIZE 4096
35
-#define CFG_TUD_CDC_TX_BUFSIZE 768
+#ifndef CFG_TUD_CDC_RX_BUFSIZE
+ #define CFG_TUD_CDC_RX_BUFSIZE 8192
+#endif
36
+#ifndef CFG_TUD_CDC_EP_BUFSIZE
37
+ #define CFG_TUD_CDC_EP_BUFSIZE 4096
38
39
+#ifndef CFG_TUD_CDC_TX_BUFSIZE
40
+ #define CFG_TUD_CDC_TX_BUFSIZE 768
41
42
43
#ifdef __cplusplus
44
}
0 commit comments