From 2bbe900d680b603a9165cc58384a2acd62530ece Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 16 Apr 2024 13:42:48 +0100 Subject: [PATCH] Debugprobe release 2.0.1 --- 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 e4a3cd7db..8f5aba5e4 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 = 0x0200, // Version 02.00 + .bcdDevice = 0x0201, // Version 02.01 .iManufacturer = 0x01, .iProduct = 0x02, .iSerialNumber = 0x03,