Skip to content

Commit 364d79a

Browse files
committed
Fix lint
1 parent 6198d5f commit 364d79a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

firmware/src/usb_descriptors.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ static const USB_DEVICE_DESCRIPTOR g_device_descriptor = {
7979
0x12, // Size of this descriptor in bytes
8080
USB_DESCRIPTOR_DEVICE, // DEVICE descriptor type
8181
0x0200, // USB Spec Release Number in BCD format
82-
// Since we use an Interface Association, we need to set the class, subclass and
83-
// protocol according to:
82+
// Since we use an Interface Association, we need to set the class, subclass
83+
// and protocol according to:
8484
// https://msdn.microsoft.com/en-us/library/windows/hardware/ff540054(v=vs.85).aspx
8585
0xef, // Class Code
8686
0x02, // Subclass code

0 commit comments

Comments
 (0)