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