Remove deleted source files from the LUFA library makefile.

Renamed parameters of SI_Host_ConfigurePipes() to match other Host mode Class drivers.
This commit is contained in:
Dean Camera 2009-08-30 11:40:26 +00:00
parent 3dce79d68c
commit e2822fb30d
4 changed files with 9 additions and 11 deletions

View file

@ -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