Skip to content

Commit

Permalink
usb: start using bcdDevice as a version number
Browse files Browse the repository at this point in the history
  • Loading branch information
P33M committed Nov 11, 2022
1 parent e5fef45 commit b1799bf
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 @@ -52,7 +52,7 @@ tusb_desc_device_t const desc_device =
#else
.idProduct = 0x000c, // CMSIS-DAP adapter
#endif
.bcdDevice = 0x0100, // Version 01.00
.bcdDevice = 0x0101, // Version 01.01
.iManufacturer = 0x01,
.iProduct = 0x02,
.iSerialNumber = 0x03,
Expand Down

0 comments on commit b1799bf

Please sign in to comment.