aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-01-13 19:14:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-01-13 19:14:38 +0000
commit7776aa4e2e7430da6fab1712816b887d21032dd9 (patch)
tree935e14ff32b504be415faa5f7e61aa6489797352 /LUFA/ManPages
parent187ccb2e15bb4ad0e277da56b04fc2ffb3865d08 (diff)
downloadlufa-7776aa4e2e7430da6fab1712816b887d21032dd9.tar.gz
lufa-7776aa4e2e7430da6fab1712816b887d21032dd9.tar.bz2
lufa-7776aa4e2e7430da6fab1712816b887d21032dd9.zip
Changed TempDataLogger project's DS1307 driver to simplify the function interface and prevent a possible race condition.
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 08017937f..b7a7aad99 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -37,6 +37,7 @@
* - Combined page and word ISP programming mode code in the AVRISP-MKII clone project to reduce compiled size and
* increase maintainability of the code
* - Changed over library projects to use the new general ring buffer library driver module
+ * - Changed TempDataLogger project's DS1307 driver to simplify the function interface and prevent a possible race condition
*
* <b>Fixed:</b>
* - Core: