State information for class drivers is now zeroed out during enumeration (both in...
[pub/USBasp.git] / Demos / Device / ClassDriver / Keyboard / Keyboard.c
index af56a22..ba0d239 100644 (file)
@@ -52,11 +52,6 @@ USB_ClassInfo_HID_Device_t Keyboard_HID_Interface =
 \r
                                .ReportINBufferSize      = sizeof(USB_KeyboardReport_Data_t),\r
                        },\r
-               \r
-               .State =\r
-                       {\r
-                               .IdleCount               = 500,\r
-                       }\r
     };\r
 \r
 /** Main program entry point. This routine contains the overall program flow, including initial\r