X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7227e133a9cf8d4de1214671211a0d93edb2b4bc..7df6b9563c7aed504b34f42bc46d01e051051bdd:/Demos/Device/ClassDriver/DualCDC/DualCDC.c?ds=inline diff --git a/Demos/Device/ClassDriver/DualCDC/DualCDC.c b/Demos/Device/ClassDriver/DualCDC/DualCDC.c index 9e3217cf7..82ed59d51 100644 --- a/Demos/Device/ClassDriver/DualCDC/DualCDC.c +++ b/Demos/Device/ClassDriver/DualCDC/DualCDC.c @@ -78,11 +78,6 @@ USB_ClassInfo_CDC_Device_t VirtualSerial2_CDC_Interface = .NotificationEndpointNumber = CDC2_NOTIFICATION_EPNUM, .NotificationEndpointSize = CDC_NOTIFICATION_EPSIZE, }, - - .State = - { - // Leave all state values to their defaults - } }; /** Main program entry point. This routine contains the overall program flow, including initial