mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Oops - fix misnamed function call in Pipe_Discard_Stream().
This commit is contained in:
@@ -66,7 +66,7 @@ uint8_t Pipe_Discard_Stream(uint16_t Length,
|
||||
}
|
||||
else
|
||||
{
|
||||
Pipe_Discard_Byte();
|
||||
Pipe_Discard_8();
|
||||
|
||||
Length--;
|
||||
BytesInTransfer++;
|
||||
|
||||
Reference in New Issue
Block a user