We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fef45 commit b1799bfCopy full SHA for b1799bf
src/usb_descriptors.c
@@ -52,7 +52,7 @@ tusb_desc_device_t const desc_device =
52
#else
53
.idProduct = 0x000c, // CMSIS-DAP adapter
54
#endif
55
- .bcdDevice = 0x0100, // Version 01.00
+ .bcdDevice = 0x0101, // Version 01.01
56
.iManufacturer = 0x01,
57
.iProduct = 0x02,
58
.iSerialNumber = 0x03,
0 commit comments