aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-30 11:40:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-30 11:40:26 +0000
commite2822fb30dd3903e9be24b01d5874ba4123be8bc (patch)
tree21566d71580960ec3fbb1072d4a554f1919b45f7 /LUFA/ManPages/ChangeLog.txt
parent3dce79d68ccc50ee1007e485396826762b6965b5 (diff)
downloadlufa-e2822fb30dd3903e9be24b01d5874ba4123be8bc.tar.gz
lufa-e2822fb30dd3903e9be24b01d5874ba4123be8bc.tar.bz2
lufa-e2822fb30dd3903e9be24b01d5874ba4123be8bc.zip
Remove deleted source files from the LUFA library makefile.
Renamed parameters of SI_Host_ConfigurePipes() to match other Host mode Class drivers.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index b5f1590ce..8530f705f 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -9,7 +9,7 @@
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
* <b>New:</b>
- * - Added new host class drivers and matching demos to the library for rapid application development
+ * - Added new host mode class drivers and matching demos to the library for rapid application development
* - Added flag to the HID report parser to indicate if a device has multiple reports
* - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and
* USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode