aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-09 00:00:59 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-09 00:00:59 +0000
commitd3484e6bdd0f92203829770518443045a78ce74b (patch)
treedcfa512f2e76a9f3eacdd5d34b2ce29ccf2433fb /LUFA
parent51910b450533fb7c335ee3d970d758fc25b05547 (diff)
downloadlufa-d3484e6bdd0f92203829770518443045a78ce74b.tar.gz
lufa-d3484e6bdd0f92203829770518443045a78ce74b.tar.bz2
lufa-d3484e6bdd0f92203829770518443045a78ce74b.zip
Fixed GenericHID demo not starting USB and HID management tasks when not using interrupt driven modes (thanks to Carl Kjeldsen).
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 04b0e9757..64182b02d 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -26,6 +26,7 @@
* outdated avr-libc versions.
* - Added support to the CDCHost demo for devices with mutiple CDC interfaces which are not the correct ACM type preceeding the desired
* ACM CDC interface
+ * - Fixed GenericHID demo not starting USB and HID management tasks when not using interrupt driven modes (thanks to Carl Kjeldsen)
*
* \section Sec_ChangeLog090401 Version 090401
*