*/\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