aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-13 10:14:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-13 10:14:51 +0000
commit4f9dd142e7691a88adae271433ff6850b55cbfbe (patch)
treef6bcf5810b856ac102fd81c2a21c2c3b37e1d748 /LUFA/ManPages
parentaca7863350509a1f390eda93ac0150378d8cd16c (diff)
downloadlufa-4f9dd142e7691a88adae271433ff6850b55cbfbe.tar.gz
lufa-4f9dd142e7691a88adae271433ff6850b55cbfbe.tar.bz2
lufa-4f9dd142e7691a88adae271433ff6850b55cbfbe.zip
Fixed ADC routines not correctly returning the last result when multiple channels were read.
Fixed ADC routines failing to read the extended channels (Channels 8 to 13, Internal Temperature Sensor) on the U4 series USB AVR parts.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index e32cdab7d..1eac9ebcc 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -22,7 +22,10 @@
* <b>Fixed:</b>
* - Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin
* - Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register
- * - Fix TWI driver not aborting when faced with no response after attempting to address a device on the bus
+ * - Fixed TWI driver not aborting when faced with no response after attempting to address a device on the bus
+ * - Fixed ADC routines not correctly returning the last result when multiple channels were read
+ * - Fixed ADC routines failing to read the extended channels (Channels 8 to 13, Internal Temperature Sensor) on the
+ * U4 series USB AVR parts
*
* \section Sec_ChangeLog100219 Version 100219
*