From: Dean Camera Date: Sun, 5 Apr 2009 04:05:07 +0000 (+0000) Subject: Add call to MassStore_WaitForDataReceived() in MassStore_GetReturnedStatus() to ensur... X-Git-Tag: LUFA-110528-BETA~1229 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/01d388f293ba531008122ebb4cfcf7113a228398?hp=01d388f293ba531008122ebb4cfcf7113a228398 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. ---