Oops - fix misnamed function call in Pipe_Discard_Stream().

This commit is contained in:
Dean Camera 2011-04-04 15:41:26 +00:00
parent 96a2da1813
commit 0c5afda7e8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ uint8_t Pipe_Discard_Stream(uint16_t Length,
}
else
{
Pipe_Discard_Byte();
Pipe_Discard_8();
Length--;
BytesInTransfer++;