Skip to content

Commit c0ff914

Browse files
committed
Debugprobe release 2.0
1 parent b5962e0 commit c0ff914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usb_descriptors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tusb_desc_device_t const desc_device =
4848

4949
.idVendor = 0x2E8A, // Pi
5050
.idProduct = 0x000c, // CMSIS-DAP Debug Probe
51-
.bcdDevice = 0x0103, // Version 01.03
51+
.bcdDevice = 0x0200, // Version 02.00
5252
.iManufacturer = 0x01,
5353
.iProduct = 0x02,
5454
.iSerialNumber = 0x03,

0 commit comments

Comments
 (0)