Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_DEVICE is defined (thanks to Ian Gregg).

This commit is contained in:
Dean Camera
2009-03-26 00:20:28 +00:00
parent 4bb59f9673
commit 1c9092a8a6
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -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
*