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 fab1c8b commit 8c8faebCopy full SHA for 8c8faeb
usb/device/dev_multi_cdc/usb_descriptors.c
@@ -14,7 +14,7 @@
14
#define _PID_MAP(itf, n) ( (CFG_TUD_##itf) << (n) )
15
#define CDC_EXAMPLE_VID 0xCafe
16
// use _PID_MAP to generate unique PID for each interface
17
-#define CDC_EXAMPLE_PID (0x4000 | _PID_MAP(CDC, 0))
+#define CDC_EXAMPLE_PID (0x4100 | _PID_MAP(CDC, 0))
18
// set to 2.10 so the MS_OS_20_DESCRIPTOR works
19
#define CDC_EXAMPLE_BCD 0x0210
20
0 commit comments