Skip to content

Commit

Permalink
Debugprobe release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
P33M committed Dec 3, 2024
1 parent 06c7792 commit 9226fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usb_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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;
}
}

0 comments on commit 9226fac

Please sign in to comment.