Finish Still Image Host class driver.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / StillImage.h
index 690b1bb..23fd79b 100644 (file)
                        uint16_t Type; /**< Container type, a value from the PIMA_Container_Types_t enum */\r
                        uint16_t Code; /**< Command, event or response code of the container */\r
                        uint32_t TransactionID; /**< Unique container ID to link blocks together */\r
-                       uint32_t Params[3]; /**< Block parameters to be issued along with the block code (command blocks only) */\r
+                       uint32_t Params[5]; /**< Block parameters to be issued along with the block code (command blocks only) */\r
                } SI_PIMA_Container_t;\r
                \r
        /* Disable C linkage for C++ Compilers: */\r