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 9f44aa7 commit 466432cCopy full SHA for 466432c
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 = 0x0222, // Version 02.22
+ .bcdDevice = 0x0223, // Version 02.23
52
.iManufacturer = 0x01,
53
.iProduct = 0x02,
54
.iSerialNumber = 0x03,
0 commit comments