Skip to content

Commit 466432c

Browse files
committed
Debugprobe release v2.2.3
1 parent 9f44aa7 commit 466432c

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 = 0x0222, // Version 02.22
51+
.bcdDevice = 0x0223, // Version 02.23
5252
.iManufacturer = 0x01,
5353
.iProduct = 0x02,
5454
.iSerialNumber = 0x03,

0 commit comments

Comments
 (0)