aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-14 08:17:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-14 08:17:24 +0000
commitfea5d085122bb386f1ec293b2e51036e29c7dc30 (patch)
tree5fda3eb3f1e251cf8fb97e763241c2075137ac3e /LUFA/ChangeLog.txt
parentaf02b5b0c953931ce8b8925439972b1b4bd1d77e (diff)
downloadlufa-fea5d085122bb386f1ec293b2e51036e29c7dc30.tar.gz
lufa-fea5d085122bb386f1ec293b2e51036e29c7dc30.tar.bz2
lufa-fea5d085122bb386f1ec293b2e51036e29c7dc30.zip
Adjusted sample CTC timer calculations in the AudioOutput and AudioInput demos to account for situations where the division results in a value with no remainder, requiring one to be subtracted from the result (thanks to Robin Theunis).
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r--LUFA/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index e2d699c3e..78f1ec747 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -29,6 +29,8 @@
* - Fixed GenericHID demo not starting USB and HID management tasks when not using interrupt driven modes (thanks to Carl Kjeldsen)
* - Fixed RNDISEthenet demo checking the incorrect message field for packet size constraints (thanks to Jonathan)
* - Fixed WriteNextReport code in the GenericHIDHost demo using incorrect parameter types and not selecting the correct endpoint
+ * - Adjusted sample CTC timer calculations in the AudioOutput and AudioInput demos to account for situations where the division results
+ * in a value with no remainder, requiring one to be subtracted from the result (thanks to Robin Theunis)
*
* \section Sec_ChangeLog090401 Version 090401
*