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