mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
/** Decodes an Ethernet frame header and prints its contents to through the USART in a human readable format.
|
||||
*
|
||||
* \param[in] FrameINData Pointer to the start of an Ethernet frame data
|
||||
* \param[in] InDataStart Pointer to the start of an Ethernet frame of data
|
||||
*/
|
||||
void DecodeEthernetFrameHeader(void* InDataStart)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user