Skip to content

Commit

Permalink
Don't reference even more non-existant usb string descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jan 8, 2020
1 parent 3d89fa0 commit d4d59c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion teensy3/usb_desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ static uint8_t config_descriptor[CONFIG_DESC_SIZE] = {
0x06, // bInterfaceClass (0x06 = still image)
0x01, // bInterfaceSubClass
0x01, // bInterfaceProtocol
4, // iInterface
0, // iInterface
// endpoint descriptor, USB spec 9.6.6, page 269-271, Table 9-13
7, // bLength
5, // bDescriptorType
Expand Down
4 changes: 2 additions & 2 deletions teensy4/usb_desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ PROGMEM const uint8_t usb_config_descriptor_480[CONFIG_DESC_SIZE] = {
0x06, // bInterfaceClass (0x06 = still image)
0x01, // bInterfaceSubClass
0x01, // bInterfaceProtocol
4, // iInterface
0, // iInterface
// endpoint descriptor, USB spec 9.6.6, page 269-271, Table 9-13
7, // bLength
5, // bDescriptorType
Expand Down Expand Up @@ -1962,7 +1962,7 @@ PROGMEM const uint8_t usb_config_descriptor_12[CONFIG_DESC_SIZE] = {
0x06, // bInterfaceClass (0x06 = still image)
0x01, // bInterfaceSubClass
0x01, // bInterfaceProtocol
4, // iInterface
0, // iInterface
// endpoint descriptor, USB spec 9.6.6, page 269-271, Table 9-13
7, // bLength
5, // bDescriptorType
Expand Down

0 comments on commit d4d59c9

Please sign in to comment.