diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-28 14:12:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-28 14:12:26 +0000 |
commit | e81a4c950f88aeed9cf3ff5b9911afffd1862716 (patch) | |
tree | 864c7c0bc05e3a8e9d5b615b609b3d537d389620 /LUFA | |
parent | 1b59f561edde456f1c8d88bd8e60d2636dec095f (diff) | |
download | lufa-e81a4c950f88aeed9cf3ff5b9911afffd1862716.tar.gz lufa-e81a4c950f88aeed9cf3ff5b9911afffd1862716.tar.bz2 lufa-e81a4c950f88aeed9cf3ff5b9911afffd1862716.zip |
Removed the stream example code from the Low Level VirtualSerial demos, as they were buggy and only served to add clutter.
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 f124fcc48..79010bd11 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -32,6 +32,7 @@ * - Inlined currently unused (but standardized) maintenance functions in the Device and Host Class drivers to save space
* - The XPLAINBridge project now selects between a USB to Serial bridge and a PDI programmer on startup, reading the JTAG port's
* TDI pin to determine which mode to use
+ * - Removed the stream example code from the Low Level VirtualSerial demos, as they were buggy and only served to add clutter
*
* <b>Fixed:</b>
* - Fixed AVRISP project not able to enter programming mode when ISP protocol is used
|