diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-07-20 10:35:28 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-07-20 10:35:28 +0200 |
commit | b4af3f1fc9513d9f89df71c334862d5101807334 (patch) | |
tree | 3219bdec774d11c8fcdf33092fcd15a0e119ce84 /LUFA | |
parent | fc61e88a8d7fa209da63342be50faa507c393571 (diff) | |
download | lufa-b4af3f1fc9513d9f89df71c334862d5101807334.tar.gz lufa-b4af3f1fc9513d9f89df71c334862d5101807334.tar.bz2 lufa-b4af3f1fc9513d9f89df71c334862d5101807334.zip |
Add volatile software RTC to the TempDataLogger application if the dummy RTC mode is enabled.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 9533ad174..3dce7a33b 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -31,6 +31,7 @@ * - Library Applications: * - Re-added Set Control Line State request handling to the CDC class bootloader to prevent issues with the .NET serial * class (thanks to Erik Lins) + * - TemperatureDataLogger project dummy RTC mode now tracks real time (thanks to David Lazarus) * * <b>Fixed:</b> * - Core: |