Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Erik Strand
lufa
Commits
0c5afda7
Commit
0c5afda7
authored
Apr 04, 2011
by
Dean Camera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops - fix misnamed function call in Pipe_Discard_Stream().
parent
96a2da18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
LUFA/Drivers/USB/Core/PipeStream.c
LUFA/Drivers/USB/Core/PipeStream.c
+1
-1
No files found.
LUFA/Drivers/USB/Core/PipeStream.c
View file @
0c5afda7
...
...
@@ -66,7 +66,7 @@ uint8_t Pipe_Discard_Stream(uint16_t Length,
}
else
{
Pipe_Discard_
Byte
();
Pipe_Discard_
8
();
Length
--
;
BytesInTransfer
++
;
...
...
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