Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Bump version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
notro committed Feb 9, 2023
1 parent ada80d6 commit b431198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tusb_desc_device_t const device_descriptor = {

.idVendor = 0x1d50, // https://github.com/openmoko/openmoko-usb-oui#conditions
.idProduct = 0x6170,
.bcdDevice = 0x0011,
.bcdDevice = 0x0012,

.iManufacturer = MANUFACTURER_IDX,
.iProduct = PRODUCT_IDX,
Expand Down

0 comments on commit b431198

Please # to comment.