diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-09 13:14:53 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-09 13:14:53 +0000 |
commit | c9e817ff478b94b5bae4b853f913cc32d9c94a19 (patch) | |
tree | 46c9d5000fdde239763fdfd4d4ebb4c697986d6a /LUFA | |
parent | 68e777e16bd252c90d300c02ae88ff27b2fdb70d (diff) | |
download | lufa-c9e817ff478b94b5bae4b853f913cc32d9c94a19.tar.gz lufa-c9e817ff478b94b5bae4b853f913cc32d9c94a19.tar.bz2 lufa-c9e817ff478b94b5bae4b853f913cc32d9c94a19.zip |
Fixed port state table corruption in the TCP layer of the RNDIS Ethernet device demos.
Fix additional warnings under GCC 4.6.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index c07f10a90..e8a7b9ebc 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -94,6 +94,7 @@ * - Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden) * - Fixed incorrect logging interval (always 500ms longer than requested) in the TempDataLogger project * - Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri A Nikiforov) + * - Fixed port state table corruption in the TCP layer of the RNDIS Ethernet device demos * * \section Sec_ChangeLog110528 Version 110528 * <b>New:</b> |