File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
components/arduino_tinyusb Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ menu "Arduino TinyUSB"
57
57
58
58
config TINYUSB_MSC_ENABLED
59
59
bool "Enable USB Mass Storage (MSC) TinyUSB driver"
60
- default y
60
+ default n
61
61
help
62
62
Enable USB Mass Storage (MSC) TinyUSB driver.
63
63
@@ -109,7 +109,7 @@ menu "Arduino TinyUSB"
109
109
110
110
config TINYUSB_MIDI_ENABLED
111
111
bool "Enable USB MIDI TinyUSB driver"
112
- default y
112
+ default n
113
113
help
114
114
Enable USB MIDI TinyUSB driver.
115
115
@@ -143,7 +143,7 @@ menu "Arduino TinyUSB"
143
143
144
144
config TINYUSB_VIDEO_ENABLED
145
145
bool "Enable USB VIDEO TinyUSB driver"
146
- default y
146
+ default n
147
147
help
148
148
Enable USB VIDEO TinyUSB driver.
149
149
@@ -177,7 +177,7 @@ menu "Arduino TinyUSB"
177
177
178
178
config TINYUSB_DFU_RT_ENABLED
179
179
bool "Enable USB DFU Runtime TinyUSB driver"
180
- default y
180
+ default n
181
181
help
182
182
Enable USB DFU Runtime TinyUSB driver.
183
183
@@ -195,7 +195,7 @@ menu "Arduino TinyUSB"
195
195
196
196
config TINYUSB_DFU_ENABLED
197
197
bool "Enable USB DFU TinyUSB driver"
198
- default y
198
+ default n
199
199
help
200
200
Enable USB DFU TinyUSB driver.
201
201
You can’t perform that action at this time.
0 commit comments