X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6933f2e1a543b066ebe734bd126a7ff2f1c2777f..0d5baf9bb3e88ebcbc53cc9a71566582d585f7dd:/Demos/Host/CDCHost/ConfigDescriptor.h?ds=sidebyside diff --git a/Demos/Host/CDCHost/ConfigDescriptor.h b/Demos/Host/CDCHost/ConfigDescriptor.h index 0ba614824..ea00f610f 100644 --- a/Demos/Host/CDCHost/ConfigDescriptor.h +++ b/Demos/Host/CDCHost/ConfigDescriptor.h @@ -38,7 +38,6 @@ /* Includes: */ #include // USB Functionality - #include // Configuration Descriptor Parser #include "CDCHost.h" @@ -77,7 +76,8 @@ }; /* Configuration Descriptor Comparison Functions: */ - DESCRIPTOR_COMPARATOR(NextCDCInterface); + DESCRIPTOR_COMPARATOR(NextCDCControlInterface); + DESCRIPTOR_COMPARATOR(NextCDCDataInterface); DESCRIPTOR_COMPARATOR(NextInterfaceCDCDataEndpoint); /* Function Prototypes: */