We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e88314 commit 643895fCopy full SHA for 643895f
1 file changed
firmware/src/usb_descriptors.c
@@ -79,7 +79,7 @@ static const USB_DEVICE_DESCRIPTOR g_device_descriptor = {
79
0x12, // Size of this descriptor in bytes
80
USB_DESCRIPTOR_DEVICE, // DEVICE descriptor type
81
0x0200, // USB Spec Release Number in BCD format
82
- // Since we use a Interface Association, we need to set the class, subclass &
+ // Since we use a interface Association, we need to set the class, subclass &
83
// protocol according to:
84
// https://msdn.microsoft.com/en-us/library/windows/hardware/ff540054(v=vs.85).aspx
85
0xef, // Class Code
0 commit comments