Add missing SVN eol-style properties to source files to prevent mixed end-of-line characters.

This commit is contained in:
Dean Camera 2011-06-16 12:18:46 +00:00
parent f10126a95e
commit 0ec2b55a7c
43 changed files with 17978 additions and 17974 deletions

View file

@ -18,7 +18,7 @@
* - Added new EVENT_Audio_Device_StreamStartStop() event to the Audio Device Class driver to detect stream start/stop events
* - Added board driver support for the Busware TUL board
* - Added new Host mode Audio Class driver
* - Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver
* - Added new SPI_GetCurrentMode() function to the SPI peripheral driver
* - Library Applications:
* - Added RNDIS device mode to the Webserver project
* - Added new incomplete AndroidAccessoryHost Host LowLevel demo