diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-24 20:28:27 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-24 20:28:27 +0000 |
commit | 6a9d1eab2d38bfd524ae5397852c01cb03325559 (patch) | |
tree | e3270f407aae8867a7bd1f27887c1773467b9ac6 /LUFA/DoxygenPages | |
parent | 63a65a9598266f2ede393d6cf2e24237c81bf158 (diff) | |
download | lufa-6a9d1eab2d38bfd524ae5397852c01cb03325559.tar.gz lufa-6a9d1eab2d38bfd524ae5397852c01cb03325559.tar.bz2 lufa-6a9d1eab2d38bfd524ae5397852c01cb03325559.zip |
Modified the CDC Host demos to set a default CDC Line Encoding on enumerated devices.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 5bc80becb..2e2110afe 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -11,7 +11,7 @@ * - Core: * - Added support for the BitWizard Multio and Big-Multio boards * - Library Applications: - * - None + * - Modified the CDC Host demos to set a default CDC Line Encoding on enumerated devices * * <b>Changed:</b> * - Core: |