From 9226fac61a123d0c5e89b86c8a274603cee1c5ce Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 3 Dec 2024 13:15:48 +0000 Subject: [PATCH] Debugprobe release v2.2.0 --- src/usb_descriptors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usb_descriptors.c b/src/usb_descriptors.c index f01a8be87..ae2911a9d 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 = 0x0210, // Version 02.10 + .bcdDevice = 0x0220, // Version 02.20 .iManufacturer = 0x01, .iProduct = 0x02, .iSerialNumber = 0x03, @@ -244,4 +244,4 @@ TU_VERIFY_STATIC(sizeof(desc_ms_os_20) == MS_OS_20_DESC_LEN, "Incorrect size"); uint8_t const * tud_descriptor_bos_cb(void) { return desc_bos; -} \ No newline at end of file +}