Re-add in simple scheduler for compatibility with legacy code, mark all scheduler...
[pub/USBasp.git] / Demos / Host / ClassDriver / CDCHost / CDCHost.c
index 941cf7c..96b4b43 100644 (file)
  */\r
 USB_ClassInfo_CDC_Host_t VirtualSerial_CDC_Interface =\r
        {\r
-               .DataINPipeNumber       = 1,\r
-               .DataOUTPipeNumber      = 2,\r
-               .NotificationPipeNumber = 3,\r
+               .Config =\r
+                       {\r
+                               .DataINPipeNumber       = 1,\r
+                               .DataOUTPipeNumber      = 2,\r
+                               .NotificationPipeNumber = 3,\r
+                       },\r
+                       \r
+               .State =\r
+                       {\r
+                               // Leave all state values to their defaults                     \r
+                       }\r
        };\r
        \r
 /** Main program entry point. This routine configures the hardware required by the application, then\r