aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/DirectorySummaries.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-27 23:19:17 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-27 23:19:17 +0000
commit864196c884ef3602aee44f1a68aceb5819a07f21 (patch)
treef3042aeb3e58a886739f96bac2a2a6543c8f2cbe /LUFA/ManPages/DirectorySummaries.txt
parentb9dd51cd632c1a8cff18f77b4f09c33bdf804768 (diff)
downloadlufa-864196c884ef3602aee44f1a68aceb5819a07f21.tar.gz
lufa-864196c884ef3602aee44f1a68aceb5819a07f21.tar.bz2
lufa-864196c884ef3602aee44f1a68aceb5819a07f21.zip
State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved.
Diffstat (limited to 'LUFA/ManPages/DirectorySummaries.txt')
-rw-r--r--LUFA/ManPages/DirectorySummaries.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/DirectorySummaries.txt b/LUFA/ManPages/DirectorySummaries.txt
index 3b2c15fca..c6691d7d8 100644
--- a/LUFA/ManPages/DirectorySummaries.txt
+++ b/LUFA/ManPages/DirectorySummaries.txt
@@ -33,7 +33,7 @@
*
* This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible only with
* the AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 USB AVR models, such as the AT90USB1287. Its contents should <b>not</b> be
- * included by the user application - the dispatch header file located in the parent AT90USBXXX directory should be used
+ * included by the user application - the dispatch header file located in the parent directory should be used
* instead.
*
* \dir LUFA/Drivers/USB