diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-29 12:59:44 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-29 12:59:44 +0000 |
commit | 3aa8620a61cea8676c74b5e61527ab273f13ec70 (patch) | |
tree | 25531881c0723c1d707bac09df9a865b925e8b67 /LUFA/ChangeLog.txt | |
parent | dc83f73ca34610aaf48962abeb06fb21d9bde23b (diff) | |
download | lufa-3aa8620a61cea8676c74b5e61527ab273f13ec70.tar.gz lufa-3aa8620a61cea8676c74b5e61527ab273f13ec70.tar.bz2 lufa-3aa8620a61cea8676c74b5e61527ab273f13ec70.zip |
Minor documentation fixes to correct formatting and typos.
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r-- | LUFA/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index e7ead5b18..fac212019 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -42,7 +42,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 typos 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)
+ * - Fixed USBTask.h not conditionally including HostChapter9.h only when USB_CAN_BE_HOST is defined (thanks to Ian Gregg)
* - Fixed incorrect ADC driver init register manipulation (thanks to Tobias)
* - Added new GenericHID device demo application
*
|