diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-23 05:43:49 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-23 05:43:49 +0000 |
commit | 350141e085d3dcc440962259314f569cc8fcef03 (patch) | |
tree | 15a5504a171a421d2217e8719c8937c79721a1bf /LUFA | |
parent | ed031c1df2f5b053b9cd9f48c63e66a42b7c049e (diff) | |
download | lufa-350141e085d3dcc440962259314f569cc8fcef03.tar.gz lufa-350141e085d3dcc440962259314f569cc8fcef03.tar.bz2 lufa-350141e085d3dcc440962259314f569cc8fcef03.zip |
Fixed CDC demo not sending an empty packet after each transfer to prevent the host from buffering incomming data.
Altered Project and Bootloader makefiles so that the path to the LUFA library can be set in one place.
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 63fe3c1b1..f30867e89 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -41,6 +41,7 @@ * - Keyboard and Mouse device demos (normal, data interrupt and fully interrupt driven) combined into unified keyboard and mouse demos
* - Keyboard and Mouse host demos (normal and data interrupt driven) combined into unified keyboard and mouse demos
* - Removed AVRISP_Programmer project due to code quality concerns
+ * - Fixed CDC demo not sending an empty packet after each transfer to prevent the host from buffering incomming data
*
* \section Sec_ChangeLog090209 Version 090209
*
|