Skip to content

Commit

Permalink
Debugprobe release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
P33M committed Apr 16, 2024
1 parent 7410b45 commit 2bbe900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = 0x0200, // Version 02.00
.bcdDevice = 0x0201, // Version 02.01
.iManufacturer = 0x01,
.iProduct = 0x02,
.iSerialNumber = 0x03,
Expand Down

0 comments on commit 2bbe900

Please sign in to comment.