aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-08-16 05:00:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-08-16 05:00:45 +0000
commit34781781278f0fb2557b7c5dd9c0de54ad2aba09 (patch)
tree0e1f274269d8ac2f80bb73e532721e843b01705d /LUFA/ManPages
parentef4cff29c3cea77d545869ad71bdd043e5475482 (diff)
downloadlufa-34781781278f0fb2557b7c5dd9c0de54ad2aba09.tar.gz
lufa-34781781278f0fb2557b7c5dd9c0de54ad2aba09.tar.bz2
lufa-34781781278f0fb2557b7c5dd9c0de54ad2aba09.zip
Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to improve optimization if called with constant inputs.
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 e6b279ed4..1bf8dae2a 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -75,6 +75,7 @@
* - Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed
* - Fixed compile errors in the incomplete BluetoothHost demo application (thanks to Timo Lindfors)
* - Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden)
+ * - Fixed incorrect logging interval (always 500ms longer than requested) in the TempDataLogger project
*
* \section Sec_ChangeLog110528 Version 110528
* <b>New:</b>