From c0ff91421a32df23aa3cd02cefe1850748e0e7bb Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Mon, 18 Mar 2024 16:31:55 +0000 Subject: [PATCH] Debugprobe release 2.0 --- src/usb_descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usb_descriptors.c b/src/usb_descriptors.c index 9558e7e86..e4a3cd7db 100644 --- a/src/usb_descriptors.c +++ b/src/usb_descriptors.c @@ -48,7 +48,7 @@ tusb_desc_device_t const desc_device = .idVendor = 0x2E8A, // Pi .idProduct = 0x000c, // CMSIS-DAP Debug Probe - .bcdDevice = 0x0103, // Version 01.03 + .bcdDevice = 0x0200, // Version 02.00 .iManufacturer = 0x01, .iProduct = 0x02, .iSerialNumber = 0x03,