aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-16 12:18:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-16 12:18:46 +0000
commit0ec2b55a7c9bc616ad8c78e75410dd27bae1b8b6 (patch)
tree9cedb98961db197886f63ab0d56ca97ff1243bd2 /LUFA/ManPages
parentf10126a95e528a04b4ec6be1d0fc30be4fbb7e98 (diff)
downloadlufa-0ec2b55a7c9bc616ad8c78e75410dd27bae1b8b6.tar.gz
lufa-0ec2b55a7c9bc616ad8c78e75410dd27bae1b8b6.tar.bz2
lufa-0ec2b55a7c9bc616ad8c78e75410dd27bae1b8b6.zip
Add missing SVN eol-style properties to source files to prevent mixed end-of-line characters.
Diffstat (limited to 'LUFA/ManPages')
-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 abf86a9ea..5aa85c600 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -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