diff options
Diffstat (limited to 'LUFA')
-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 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: |