Enhanced class drivers to use the same public/private section seperations as other...
[pub/USBasp.git] / Demos / Host / ClassDriver / CDCHost / CDCHost.c
index 9a9d8a7..e50a28f 100644 (file)
  \r
 #include "CDCHost.h"\r
 \r
+/** LUFA CDC Class driver interface configuration and state information. This structure is\r
+ *  passed to all CDC Class driver functions, so that multiple instances of the same class\r
+ *  within a device can be differentiated from one another.\r
+ */\r
+USB_ClassInfo_CDC_t VirtualSerial_CDC_Interface;\r
+\r
 /** Main program entry point. This routine configures the hardware required by the application, then\r
  *  starts the scheduler to run the application tasks.\r
  */\r