diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-09 00:00:59 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-09 00:00:59 +0000 |
commit | d3484e6bdd0f92203829770518443045a78ce74b (patch) | |
tree | dcfa512f2e76a9f3eacdd5d34b2ce29ccf2433fb /LUFA | |
parent | 51910b450533fb7c335ee3d970d758fc25b05547 (diff) | |
download | lufa-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.txt | 1 |
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
*
|