aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-29 02:43:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-29 02:43:07 +0000
commitfa3135d48530930aefd5ef4ca9d0def3faae474d (patch)
tree25f479530874d3071128fa7a963251347924085d /LUFA/ManPages/MigrationInformation.txt
parente81a4c950f88aeed9cf3ff5b9911afffd1862716 (diff)
downloadlufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.tar.gz
lufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.tar.bz2
lufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.zip
Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.
Diffstat (limited to 'LUFA/ManPages/MigrationInformation.txt')
-rw-r--r--LUFA/ManPages/MigrationInformation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt
index 9f211186c..f9864cb5c 100644
--- a/LUFA/ManPages/MigrationInformation.txt
+++ b/LUFA/ManPages/MigrationInformation.txt
@@ -14,9 +14,9 @@
*
* <b>Non-USB Library Components</b>
* - Due to some ADC channels not being identical to their ADC MUX selection masks for single-ended conversions on some AVR models,
- * the ADC driver now has explicit masks for each of the standard ADC channels. These masks should be used when calling the ADC
- * functions to ensure proper operation across all AVR models. Note that the \ref ADC_SetupChannel() function is an exception, and
- * should always be called with a channel number rather than a channel mask.
+ * the ADC driver now has explicit masks for each of the standard ADC channels (see \ref Group_ADC). These masks should be used
+ * when calling the ADC functions to ensure proper operation across all AVR models. Note that the \ref ADC_SetupChannel() function
+ * is an exception, and should always be called with a channel number rather than a channel mask.
*
* <b>Host Mode</b>
* - The MIDI Host Class driver send and receive routines now operate on packed events, where multiple MIDI events may be