We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd27ad8 commit 780b827Copy full SHA for 780b827
1 file changed
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 = 0x0223, // Version 02.23
+ .bcdDevice = 0x0230, // Version 02.30
52
.iManufacturer = 0x01,
53
.iProduct = 0x02,
54
.iSerialNumber = 0x03,
0 commit comments