Skip to content

Commit 780b827

Browse files
committed
Debugprobe v2.3.0
1 parent fd27ad8 commit 780b827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)