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"
5757
5858 config TINYUSB_MSC_ENABLED
5959 bool "Enable USB Mass Storage (MSC) TinyUSB driver"
60- default y
60+ default n
6161 help
6262 Enable USB Mass Storage (MSC) TinyUSB driver.
6363
@@ -109,7 +109,7 @@ menu "Arduino TinyUSB"
109109
110110 config TINYUSB_MIDI_ENABLED
111111 bool "Enable USB MIDI TinyUSB driver"
112- default y
112+ default n
113113 help
114114 Enable USB MIDI TinyUSB driver.
115115
@@ -143,7 +143,7 @@ menu "Arduino TinyUSB"
143143
144144 config TINYUSB_VIDEO_ENABLED
145145 bool "Enable USB VIDEO TinyUSB driver"
146- default y
146+ default n
147147 help
148148 Enable USB VIDEO TinyUSB driver.
149149
@@ -177,7 +177,7 @@ menu "Arduino TinyUSB"
177177
178178 config TINYUSB_DFU_RT_ENABLED
179179 bool "Enable USB DFU Runtime TinyUSB driver"
180- default y
180+ default n
181181 help
182182 Enable USB DFU Runtime TinyUSB driver.
183183
@@ -195,7 +195,7 @@ menu "Arduino TinyUSB"
195195
196196 config TINYUSB_DFU_ENABLED
197197 bool "Enable USB DFU TinyUSB driver"
198- default y
198+ default n
199199 help
200200 Enable USB DFU TinyUSB driver.
201201
You can’t perform that action at this time.
0 commit comments