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

Commit 1bf1b2e

Browse files
committed
changed bInterfaceProtocol after testing with webdfu
1 parent a619dfa commit 1bf1b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usb_descriptors.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ usb_device_descriptor_t usb_device_descriptor __attribute__ ((aligned (4))) = /*
4545
.bMaxPacketSize0 = 64,
4646
.idVendor = 0x1209,
4747
.idProduct = 0x2003,
48-
.bcdDevice = 0x0102,
48+
.bcdDevice = 0x0103,
4949

5050
.iManufacturer = USB_STR_ZERO,
5151
.iProduct = USB_STR_ZERO,
@@ -77,7 +77,7 @@ usb_configuration_hierarchy_t usb_configuration_hierarchy __attribute__ ((aligne
7777
.bNumEndpoints = 0,
7878
.bInterfaceClass = 254,
7979
.bInterfaceSubClass = 1,
80-
.bInterfaceProtocol = 0,
80+
.bInterfaceProtocol = 2,
8181
.iInterface = USB_STR_ZERO,
8282
},
8383

0 commit comments

Comments
 (0)