X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/9991321321d30ca9383d795ea7e796098c92045f..7e7124e40ba2155c5ee4348701be30d3790edca3:/Demos/MassStorageHost/MassStoreCommands.c diff --git a/Demos/MassStorageHost/MassStoreCommands.c b/Demos/MassStorageHost/MassStoreCommands.c index c4b315b0a..f4143adcf 100644 --- a/Demos/MassStorageHost/MassStoreCommands.c +++ b/Demos/MassStorageHost/MassStoreCommands.c @@ -41,8 +41,9 @@ * may be neccesary to retry the functions in the module several times * after they have returned and error to successfully send the command * to the device. Some devices may also need to have the stream function - * timeout period extended beyond 100ms by defining USB_STREAM_TIMEOUT_MS - * to a larger value in the project makefile and passing it to the compiler + * timeout period extended beyond 100ms (some badly designed devices exceeding + * 1.5 seconds occasionally) by defining USB_STREAM_TIMEOUT_MS to a + * larger value in the project makefile and passing it to the compiler * via the -D switch. */