diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-05 04:05:07 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-05 04:05:07 +0000 |
commit | 01d388f293ba531008122ebb4cfcf7113a228398 (patch) | |
tree | 2e22297a4074b8583c181e301eb04cdda83fce1d /LUFA | |
parent | 58f550dfb3b2035fccb4c046ad067cebddba7d61 (diff) | |
download | lufa-01d388f293ba531008122ebb4cfcf7113a228398.tar.gz lufa-01d388f293ba531008122ebb4cfcf7113a228398.tar.bz2 lufa-01d388f293ba531008122ebb4cfcf7113a228398.zip |
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.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index 3622f66e9..cea1166b4 100644 --- a/LUFA/ChangeLog.txt +++ b/LUFA/ChangeLog.txt @@ -15,6 +15,8 @@ * 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
*
* \section Sec_ChangeLog090401 Version 090401
*
|