aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-26 00:20:28 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-26 00:20:28 +0000
commit1c9092a8a6db41709b9cb77534f06011868baf01 (patch)
treee08a08db01108e00bfb6215fed1294b3f5f26afb /LUFA/ChangeLog.txt
parent4bb59f9673bdac23109575a1979640c81cbc2058 (diff)
downloadlufa-1c9092a8a6db41709b9cb77534f06011868baf01.tar.gz
lufa-1c9092a8a6db41709b9cb77534f06011868baf01.tar.bz2
lufa-1c9092a8a6db41709b9cb77534f06011868baf01.zip
Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_DEVICE is defined (thanks to Ian Gregg).
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r--LUFA/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 844720834..3c482a153 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -43,6 +43,7 @@
* - 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
* - Fixed documentation typoes and preprocessor checks relating to misspellings of the USE_RAM_DESCRIPTORS token (thanks to Ian Gregg)
+ * - Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_DEVICE is defined (thanks to Ian Gregg)
*
* \section Sec_ChangeLog090209 Version 090209
*