diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-24 05:50:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-24 05:50:09 +0000 |
commit | f79f9abd28040d839b02ea22cdfde3d0a34f3482 (patch) | |
tree | cf9a30b0536dd642aa5768b7dac52ab04e56b003 /LUFA/ManPages/ChangeLog.txt | |
parent | 4e99625f7cd9ccd10251c871670b286536483333 (diff) | |
download | lufa-f79f9abd28040d839b02ea22cdfde3d0a34f3482.tar.gz lufa-f79f9abd28040d839b02ea22cdfde3d0a34f3482.tar.bz2 lufa-f79f9abd28040d839b02ea22cdfde3d0a34f3482.zip |
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian).
Minor documentation cleanups.
Make sure HID class driver uses properly cast pointers when writing to the report buffer.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-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 a53492244..520ef2feb 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -30,6 +30,7 @@ * - Fixed ADC routines failing to read the extended channels (Channels 8 to 13, Internal Temperature Sensor) on the
* U4 series USB AVR parts
* - Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked endpoints
+ * - Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian)
*
* \section Sec_ChangeLog100219 Version 100219
*
|