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

Commit

Permalink
changed bInterfaceProtocol after testing with webdfu
Browse files Browse the repository at this point in the history
  • Loading branch information
majbthrd committed Dec 8, 2018
1 parent a619dfa commit 1bf1b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usb_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ usb_device_descriptor_t usb_device_descriptor __attribute__ ((aligned (4))) = /*
.bMaxPacketSize0 = 64,
.idVendor = 0x1209,
.idProduct = 0x2003,
.bcdDevice = 0x0102,
.bcdDevice = 0x0103,

.iManufacturer = USB_STR_ZERO,
.iProduct = USB_STR_ZERO,
Expand Down Expand Up @@ -77,7 +77,7 @@ usb_configuration_hierarchy_t usb_configuration_hierarchy __attribute__ ((aligne
.bNumEndpoints = 0,
.bInterfaceClass = 254,
.bInterfaceSubClass = 1,
.bInterfaceProtocol = 0,
.bInterfaceProtocol = 2,
.iInterface = USB_STR_ZERO,
},

Expand Down

0 comments on commit 1bf1b2e

Please sign in to comment.