Fix PDITarget_ReceiveByte() not discarding the start bit properly, and reading in...
[pub/USBasp.git] / Demos / Host / LowLevel / MassStorageHost / Lib / MassStoreCommands.h
index 1a2e10d..9ce419b 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             2000\r
+               #define COMMAND_DATA_TIMEOUT_MS             10000\r
 \r
                /** Pipe number of the Mass Storage data IN pipe */\r
                #define MASS_STORE_DATA_IN_PIPE             1\r
                 */\r
                typedef struct\r
                {\r
-                       uint8_t       ReponseCode;\r
+                       uint8_t       ResponseCode;\r
 \r
                        uint8_t       SegmentNumber;\r
                        \r