Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.
This commit is contained in:
parent
04287b76c5
commit
fdb82cd1e8
4 changed files with 6 additions and 13 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue