Skip to content

Commit 8c8faeb

Browse files
committed
Increment PID to prevent issues with existing uses of the example
1 parent fab1c8b commit 8c8faeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usb/device/dev_multi_cdc/usb_descriptors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define _PID_MAP(itf, n) ( (CFG_TUD_##itf) << (n) )
1515
#define CDC_EXAMPLE_VID 0xCafe
1616
// use _PID_MAP to generate unique PID for each interface
17-
#define CDC_EXAMPLE_PID (0x4000 | _PID_MAP(CDC, 0))
17+
#define CDC_EXAMPLE_PID (0x4100 | _PID_MAP(CDC, 0))
1818
// set to 2.10 so the MS_OS_20_DESCRIPTOR works
1919
#define CDC_EXAMPLE_BCD 0x0210
2020

0 commit comments

Comments
 (0)