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 283b469 commit 92d7cc9Copy full SHA for 92d7cc9
src/Adafruit_TinyUSB.h
@@ -49,7 +49,9 @@
49
#if CFG_TUD_MSC
50
#include "arduino/msc/Adafruit_USBD_MSC.h"
51
#endif
52
-#include "arduino/webusb/Adafruit_USBD_WebUSB.h"
+#if CFG_TUD_VENDOR
53
+ #include "arduino/webusb/Adafruit_USBD_WebUSB.h"
54
+#endif
55
56
// Initialize device hardware, stack, also Serial as CDC
57
// Wrapper for TinyUSBDevice.begin(rhport)
0 commit comments