aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-30 04:20:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-30 04:20:41 +0000
commit37c601dbf6defbd7d2891b5671d19122159de2b6 (patch)
treef0766cca825025e84dce90e2896d66fbe69d9ef0 /LUFA/ManPages
parent24e621a8d8424721ed21ce329d2a28dbf8c35343 (diff)
downloadlufa-37c601dbf6defbd7d2891b5671d19122159de2b6.tar.gz
lufa-37c601dbf6defbd7d2891b5671d19122159de2b6.tar.bz2
lufa-37c601dbf6defbd7d2891b5671d19122159de2b6.zip
Fix typo in DualVirtualSerial.c due to the changed CDC Device APIs that was preventing the demo from being compiled.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index b234bfcbe..8e7787621 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -41,7 +41,8 @@
* - Internal USB driver source files renamed and moved to ease future possible architecture ports
* - All internal pseudo-function macros have been converted to true inline functions for type-safety and readability
* - Changed LED indicator masks for the AVRISP-MKII project, so that there are defined roles for each LED
- * - Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no data is indicated by a negative return value
+ * - Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no data is indicated by the function returning a
+ * negative value (thanks to Andreas Paulin)
* - Added auto flushing of OUT data to the CDC Host Class driver's USBTask function to automatically flush the send pipe buffer
*
* <b>Fixed:</b>