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