Add demos/bootloaders/projects overview to the manual.
[pub/USBasp.git] / Demos / Host / ClassDriver / MassStorageHost / Lib / MassStoreCommands.h
index 28f6a15..78700de 100644 (file)
@@ -64,7 +64,7 @@
                #define COMMAND_DIRECTION_DATA_IN        (1 << 7)\r
                \r
                /** Timeout period between the issuing of a CBW to a device, and the reception of the first packet */\r
-               #define COMMAND_DATA_TIMEOUT_MS          500\r
+               #define COMMAND_DATA_TIMEOUT_MS          2000\r
 \r
                /** Pipe number of the Mass Storage data IN pipe */\r
                #define MASS_STORE_DATA_IN_PIPE          1\r
                        static uint8_t MassStore_GetReturnedStatus(void);\r
                #endif\r
                \r
-               uint8_t MassStore_ClearPipeStall(const uint8_t EndpointNum);\r
                uint8_t MassStore_MassStorageReset(void);\r
                uint8_t MassStore_GetMaxLUN(uint8_t* const MaxLUNIndex);\r
                uint8_t MassStore_RequestSense(const uint8_t LUNIndex, const SCSI_Request_Sense_Response_t* const SensePtr)\r