Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.

This commit is contained in:
Dean Camera 2011-07-12 07:22:36 +00:00
parent 04287b76c5
commit fdb82cd1e8
4 changed files with 6 additions and 13 deletions

View file

@ -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)
{