Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
4a9c60cd
Commit
4a9c60cd
authored
Oct 24, 2015
by
Paul Sokolovsky
Browse files
stmhal: Typo fix in comment.
parent
81a1e172
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/usbd_cdc_interface.c
View file @
4a9c60cd
...
...
@@ -352,7 +352,7 @@ static int8_t CDC_Itf_Receive(uint8_t* Buf, uint32_t *Len) {
delta_len
=
*
Len
;
}
else
{
// filter out s
e
pcial interrupt character from the buffer
// filter out sp
e
cial interrupt character from the buffer
bool
char_found
=
false
;
uint8_t
*
dest
=
Buf
;
uint8_t
*
src
=
Buf
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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