diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-14 20:29:06 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-14 20:29:06 +0200 |
commit | 4f90aedddab31a1e4c00f09e587769b1bc13276d (patch) | |
tree | 11d14101e2c554948e35a2c603fca20cadcc5558 /LUFA/DoxygenPages | |
parent | de366fdbe1d7cdb1a46404627492bee678595ba1 (diff) | |
download | lufa-4f90aedddab31a1e4c00f09e587769b1bc13276d.tar.gz lufa-4f90aedddab31a1e4c00f09e587769b1bc13276d.tar.bz2 lufa-4f90aedddab31a1e4c00f09e587769b1bc13276d.zip |
Minor documentation updates.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 3837149aa..5cd6074f4 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -42,7 +42,7 @@ * under some circumstances * - Fixed incorrect USB device state set when a suspended LUFA device is woken while addressed but not configured (thanks to Balaji Krishnan) * - Fixed broken USART SPI driver for the AVR8 architecture due to incorrect initialization - * - Fixed re-enumeration issue of XMEGA architecture targets (thanks to xjedlins) + * - Fixed re-enumeration issue of XMEGA architecture targets (thanks to Jaroslav Jedlinsky) * - Library Applications: * - Added handler for SCSI_CMD_START_STOP_UNIT in demos using the Mass Storage class, to prevent ejection errors on *nix systems due to an * unknown SCSI command |