Commit bcdd2ec7 authored by Sergey Remizov's avatar Sergey Remizov
Browse files

Adds string for intf2

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -217,6 +217,7 @@ uint8_t *USBD_HID_InterfaceStrDescriptor(USBD_SpeedTypeDef speed, uint8_t intfN,
USBD_GetString((uint8_t *)USBD_INTERFACE1_FS_STRING, USBD_StrDesc, length);
break;
case 2:
case 6:
USBD_GetString((uint8_t *)USBD_INTERFACE2_FS_STRING, USBD_StrDesc, length);
break;
default:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment