diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-19 05:46:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-19 05:46:17 +0000 |
commit | 01fecac0a70b02ccb197091935052fcfc9955b26 (patch) | |
tree | 70077edc3850e20b9e680ba533155bada92cf079 /Demos/Device/ClassDriver | |
parent | cce8760b9169dffe1a126e221f4b4c48c83192b9 (diff) | |
download | lufa-01fecac0a70b02ccb197091935052fcfc9955b26.tar.gz lufa-01fecac0a70b02ccb197091935052fcfc9955b26.tar.bz2 lufa-01fecac0a70b02ccb197091935052fcfc9955b26.zip |
Ensure device address latch bit is not set at the same time as the new address, as per datasheet.
Minor documentation fixes.
Fix broken USB host mode due to the USB frame counter not being updated during the early enumeration steps, causing USB_Host_DelayMS() to spinloop forever.
Diffstat (limited to 'Demos/Device/ClassDriver')
-rw-r--r-- | Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt b/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt index 03a97cee9..3959f89c4 100644 --- a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt +++ b/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt @@ -50,7 +50,7 @@ * * Dual Communications Device Class demonstration application. * This gives a simple reference application for implementing - * a compound device with dual CDC functions acting as a pair + * a composite device with dual CDC functions acting as a pair * of virtual serial ports. This demo uses Interface Association * Descriptors to link together the pair of related CDC * descriptors for each virtual serial port, which may not be |