Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 24 Aug 2011 09:50:21 +0000 (09:50 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 24 Aug 2011 09:50:21 +0000 (09:50 +0000)
Updated MS_Host_ResetMSInterface() to now perform a full Mass Storage reset sequence to prevent data corruption in the event of a device lock up or timeout (thanks to David Lyons).

Add parenthesis around the library Endianness macros that do nothing on a particular architecture to prevent operator precedence issues depending on usage.

Minor documentation corrections.


No differences found