aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-25 02:47:42 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-25 02:47:42 +0000
commit634abab38ac6a9ebdae67b2da5d100874b6c4f73 (patch)
tree1f0951ac99aae1c85b1ac532a255c82da0d0fe95 /LUFA/ManPages
parentc0c982df7af34ea0375eda774185f3825c261522 (diff)
downloadlufa-634abab38ac6a9ebdae67b2da5d100874b6c4f73.tar.gz
lufa-634abab38ac6a9ebdae67b2da5d100874b6c4f73.tar.bz2
lufa-634abab38ac6a9ebdae67b2da5d100874b6c4f73.zip
Fix TWI driver not aborting when faced with no response after attempting to address a device on the bus.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 155afa099..0ef0fbc95 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -20,6 +20,7 @@
* <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
*
* \section Sec_ChangeLog100219 Version 100219
*