Skip to content

Commit b1799bf

Browse files
committed
usb: start using bcdDevice as a version number
1 parent e5fef45 commit b1799bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usb_descriptors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tusb_desc_device_t const desc_device =
5252
#else
5353
.idProduct = 0x000c, // CMSIS-DAP adapter
5454
#endif
55-
.bcdDevice = 0x0100, // Version 01.00
55+
.bcdDevice = 0x0101, // Version 01.01
5656
.iManufacturer = 0x01,
5757
.iProduct = 0x02,
5858
.iSerialNumber = 0x03,

0 commit comments

Comments
 (0)