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 b5962e0 commit c0ff914Copy full SHA for c0ff914
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 = 0x0103, // Version 01.03
+ .bcdDevice = 0x0200, // Version 02.00
52
.iManufacturer = 0x01,
53
.iProduct = 0x02,
54
.iSerialNumber = 0x03,
0 commit comments