Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
0c5afda7
Commit
0c5afda7
authored
Apr 04, 2011
by
Dean Camera
Browse files
Oops - fix misnamed function call in Pipe_Discard_Stream().
parent
96a2da18
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/USB/Core/PipeStream.c
View file @
0c5afda7
...
@@ -66,7 +66,7 @@ uint8_t Pipe_Discard_Stream(uint16_t Length,
...
@@ -66,7 +66,7 @@ uint8_t Pipe_Discard_Stream(uint16_t Length,
}
}
else
else
{
{
Pipe_Discard_
Byte
();
Pipe_Discard_
8
();
Length
--
;
Length
--
;
BytesInTransfer
++
;
BytesInTransfer
++
;
...
...
Write
Preview
Supports
Markdown
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