State information for class drivers is now zeroed out during enumeration (both in...
[pub/USBasp.git] / Demos / Device / ClassDriver / Mouse / Mouse.c
index 45d14a3..4bb1fa1 100644 (file)
@@ -51,11 +51,6 @@ USB_ClassInfo_HID_Device_t Mouse_HID_Interface =
 \r
                                .ReportINBufferSize      = sizeof(USB_MouseReport_Data_t),\r
                        },\r
-                       \r
-               .State =\r
-                       {\r
-                               // Leave all state values to their defaults\r
-                       }                       \r
        };\r
 \r
 /** Main program entry point. This routine contains the overall program flow, including initial\r