Add new MIDIHost LowLevel demo application.
[pub/USBasp.git] / Demos / Host / LowLevel / CDCHost / ConfigDescriptor.h
index 1a118ca..17aa831 100644 (file)
@@ -54,7 +54,7 @@
                /** Interface Class value for the CDC data class */\r
                #define CDC_DATA_CLASS                 0x0A\r
 \r
-               /** Interface Class value for the CDC data subclass (unused) */\r
+               /** Interface Class value for the CDC data subclass */\r
                #define CDC_DATA_SUBCLASS              0x00\r
 \r
                /** Interface Class value for the CDC data protocol */\r
@@ -80,6 +80,6 @@
                \r
                uint8_t DComp_NextCDCControlInterface(void* CurrentDescriptor);\r
                uint8_t DComp_NextCDCDataInterface(void* CurrentDescriptor);\r
-               uint8_t DComp_NextInterfaceCDCDataEndpoint(void* CurrentDescriptor);\r
+               uint8_t DComp_NextCDCDataInterfaceEndpoint(void* CurrentDescriptor);\r
                \r
 #endif\r