diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-19 15:26:42 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-19 15:26:42 +0000 |
commit | 84ff878fd75b1d2861feb537bc32d7575c40dcda (patch) | |
tree | 0722248eb7a5a2f39fa52790ac15640bf1df167c /LUFA/DoxygenPages/ChangeLog.txt | |
parent | 50ff97f378b76d177fef7162e31bb3fb71ef050c (diff) | |
download | lufa-84ff878fd75b1d2861feb537bc32d7575c40dcda.tar.gz lufa-84ff878fd75b1d2861feb537bc32d7575c40dcda.tar.bz2 lufa-84ff878fd75b1d2861feb537bc32d7575c40dcda.zip |
Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 28f710df4..ea0bc6056 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -62,6 +62,7 @@ * - Fixed broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file * - Fixed missing semicolon in the UC3 architecture host pipe functions * - Fixed failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified + * - Fixed UC3 architecture ignoring the pipe size when Pipe_ConfigurePipe() is called * - Library Applications: * - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair) * - Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled |