We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27fcd1 commit a2645b9Copy full SHA for a2645b9
sw/device/silicon_creator/lib/rescue/rescue_usb.c
@@ -39,7 +39,7 @@ static const usb_device_descriptor_t device_desc = {
39
};
40
41
#define DFU_INTERFACE_DSCR(alt) \
42
- USB_INTERFACE_DSCR(/*inum=*/1, /*alt=*/alt, /*nep=*/0, \
+ USB_INTERFACE_DSCR(/*inum=*/0, /*alt=*/alt, /*nep=*/0, \
43
/*class=*/kDfuDeviceClass, \
44
/*subclass=*/kDfuDeviceSubClass, \
45
/*protocol=*/kDfuDeviceProtocol, /*iint=*/4 + alt)
0 commit comments