State information for class drivers is now zeroed out during enumeration (both in...
[pub/USBasp.git] / Demos / Device / ClassDriver / AudioOutput / AudioOutput.c
index f859c7c..129fca5 100644 (file)
@@ -49,11 +49,6 @@ USB_ClassInfo_Audio_Device_t Speaker_Audio_Interface =
                                .DataINEndpointNumber     = AUDIO_STREAM_EPNUM,\r
                                .DataINEndpointSize       = AUDIO_STREAM_EPSIZE,\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