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 5158bde commit 3d70331Copy full SHA for 3d70331
sw/device/silicon_creator/lib/rescue/dfu.h
@@ -241,7 +241,7 @@ enum {
241
* rescue mode.
242
*/
243
kUsbVendorGoogle = 0x18d1,
244
- kUsbProuctRomExt = 0x023a,
+ kUsbProductRomExt = 0x023a,
245
246
/**
247
* A proprietary vendor request to set the DFU mode using a FourCC code
sw/device/silicon_creator/lib/rescue/rescue_usb.c
@@ -30,7 +30,7 @@ static const usb_device_descriptor_t device_desc = {
30
.device_protocol = 0,
31
.max_packet_size_0 = 64,
32
.vendor = kUsbVendorGoogle,
33
- .product = kUsbProuctRomExt,
+ .product = kUsbProductRomExt,
34
.bcd_device = 0x100,
35
.imanufacturer = 1,
36
.iproduct = 2,
0 commit comments