Skip to content

Commit 0410fa6

Browse files
committed
CFG_TUD_VENDOR isn't actually used
1 parent 36ae2eb commit 0410fa6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/rp2_common/pico_stdio_usb/include/tusb_config.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,7 @@
4848
#endif
4949

5050
// 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
5351
#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
5952
#endif
6053

6154
#endif

0 commit comments

Comments
 (0)