File tree 1 file changed +6
-9
lines changed
cores/arduino/Adafruit_TinyUSB_Core
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 64
64
#define CFG_TUD_MIDI 0
65
65
#define CFG_TUD_CUSTOM_CLASS 0
66
66
67
- //--------------------------------------------------------------------
68
- // CDC
69
- //--------------------------------------------------------------------
67
+ //------------- CDC -------------//
70
68
71
69
// FIFO size of CDC TX and RX
72
70
#define CFG_TUD_CDC_RX_BUFSIZE 256
73
71
#define CFG_TUD_CDC_TX_BUFSIZE 256
74
72
75
- //--------------------------------------------------------------------
76
- // MSC
77
- //--------------------------------------------------------------------
73
+ //------------- MSC -------------//
78
74
79
75
// Buffer size of Device Mass storage
80
76
#define CFG_TUD_MSC_BUFSIZE 512
88
84
// Product revision string included in Inquiry response, max 4 bytes
89
85
#define CFG_TUD_MSC_PRODUCT_REV "1.0"
90
86
91
- //--------------------------------------------------------------------
92
- // HID
93
- //--------------------------------------------------------------------
87
+ //------------- HID -------------//
88
+
89
+ // Should be sufficient to hold ID (if any) + Data
90
+ #define CFG_TUD_HID_BUFSIZE 64
94
91
95
92
#ifdef __cplusplus
96
93
}
You can’t perform that action at this time.
0 commit comments