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