mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Oops - fix misnamed function call in Pipe_Discard_Stream().
This commit is contained in:
parent
96a2da1813
commit
0c5afda7e8
@ -66,7 +66,7 @@ uint8_t Pipe_Discard_Stream(uint16_t Length,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Pipe_Discard_Byte();
|
Pipe_Discard_8();
|
||||||
|
|
||||||
Length--;
|
Length--;
|
||||||
BytesInTransfer++;
|
BytesInTransfer++;
|
||||||
|
Loading…
Reference in New Issue
Block a user