aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-05 06:27:49 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-05 06:27:49 +0000
commit7d4cccc22d60125fac111819df48af1873d11018 (patch)
treed288ebae796fda45a59122f81c09e43d368de571 /LUFA/ChangeLog.txt
parent01d388f293ba531008122ebb4cfcf7113a228398 (diff)
downloadlufa-7d4cccc22d60125fac111819df48af1873d11018.tar.gz
lufa-7d4cccc22d60125fac111819df48af1873d11018.tar.bz2
lufa-7d4cccc22d60125fac111819df48af1873d11018.zip
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited.
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r--LUFA/ChangeLog.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index cea1166b4..6d19e7962 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -15,8 +15,11 @@
* time options
* - All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected
* - Added new PIMA_DATA_SIZE() define to the Still Image Host demo
- * - Add call to MassStore_WaitForDataReceived() in MassStore_GetReturnedStatus() to ensure that the CSW has been received in the extended
- * MSC timeout period before continuing, to prevent long processing delays from causing the MassStore_GetReturnedStatus() to early-abort
+ * - Add call to MassStore_WaitForDataReceived() in MassStore_GetReturnedStatus() to ensure that the CSW has been received in the
+ * extended MSC timeout period before continuing, to prevent long processing delays from causing the MassStore_GetReturnedStatus()
+ * to early-abort
+ * - Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory,
+ * where they are more suited
*
* \section Sec_ChangeLog090401 Version 090401
*