Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.

Minor documentation fixes.
This commit is contained in:
Dean Camera 2009-08-11 10:02:50 +00:00
parent abc7dce10c
commit a7ade9f28d
4 changed files with 15 additions and 4 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] InDataStart Pointer to the start of an Ethernet frame header
* \param[in] FrameINData Pointer to the start of an Ethernet frame information structure
*/
void DecodeEthernetFrameHeader(Ethernet_Frame_Info_t* FrameINData)
{