Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Prius
avc-lan
Commits
bcdd2ec7
Commit
bcdd2ec7
authored
5 years ago
by
Sergey Remizov
Browse files
Options
Download
Email Patches
Plain Diff
Adds string for intf2
parent
b43d4e0a
single-function-device
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AVC-LAN/Src/usbd_desc.c
+1
-0
AVC-LAN/Src/usbd_desc.c
with
1 addition
and
0 deletions
+1
-0
AVC-LAN/Src/usbd_desc.c
View file @
bcdd2ec7
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help