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 36ae2eb commit 0410fa6Copy full SHA for 0410fa6
src/rp2_common/pico_stdio_usb/include/tusb_config.h
@@ -48,14 +48,7 @@
48
#endif
49
50
// We use a vendor specific interface but with our own driver
51
-// Vendor driver only used for Microsoft OS 2.0 descriptor
52
-#if !PICO_STDIO_USB_RESET_INTERFACE_SUPPORT_MS_OS_20_DESCRIPTOR
53
#define CFG_TUD_VENDOR (0)
54
-#else
55
-#define CFG_TUD_VENDOR (1)
56
-#define CFG_TUD_VENDOR_RX_BUFSIZE (256)
57
-#define CFG_TUD_VENDOR_TX_BUFSIZE (256)
58
-#endif
59
60
61
0 commit comments