Skip to content

Commit

Permalink
Bump version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlai committed Aug 26, 2017
1 parent f672195 commit 75a1636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static const struct usb_device_descriptor dev = {
.bMaxPacketSize0 = 64,
.idVendor = USB_VID,
.idProduct = USB_PID,
.bcdDevice = 0x0100,
.bcdDevice = 0x0110,
.iManufacturer = 1,
.iProduct = 2,
.iSerialNumber = 3,
Expand Down

0 comments on commit 75a1636

Please sign in to comment.