All USB Class Driver configuration struct values are now non-const, to allow for...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / MassStorageClassDevice.h
index e676a97..c2d536c 100644 (file)
@@ -77,7 +77,7 @@
                         */
                        typedef struct
                        {
-                               const struct
+                               struct
                                {
                                        uint8_t  InterfaceNumber; /**< Interface number of the Mass Storage interface within the device. */