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 7410b45 commit 2bbe900Copy full SHA for 2bbe900
src/usb_descriptors.c
@@ -48,7 +48,7 @@ tusb_desc_device_t const desc_device =
48
49
.idVendor = 0x2E8A, // Pi
50
.idProduct = 0x000c, // CMSIS-DAP Debug Probe
51
- .bcdDevice = 0x0200, // Version 02.00
+ .bcdDevice = 0x0201, // Version 02.01
52
.iManufacturer = 0x01,
53
.iProduct = 0x02,
54
.iSerialNumber = 0x03,
0 commit comments