All USB Class Driver configuration struct values are now non-const, to allow for...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / StillImageClassHost.h
index f10e8fe..4cda70d 100644 (file)
@@ -81,7 +81,7 @@
                         */
                        typedef struct
                        {
-                               const struct
+                               struct
                                {
                                        uint8_t  DataINPipeNumber; /**< Pipe number of the Still Image interface's IN data pipe. */
                                        bool     DataINPipeDoubleBank; /**< Indicates if the Still Image interface's IN data pipe should use double banking. */