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