diff --git a/src/usb_descriptors.c b/src/usb_descriptors.c index 8f5aba5e4..f01a8be87 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 = 0x0201, // Version 02.01 + .bcdDevice = 0x0210, // Version 02.10 .iManufacturer = 0x01, .iProduct = 0x02, .iSerialNumber = 0x03,