aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/CDCHost/ConfigDescriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/CDCHost/ConfigDescriptor.h')
-rw-r--r--Demos/Host/CDCHost/ConfigDescriptor.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/Demos/Host/CDCHost/ConfigDescriptor.h b/Demos/Host/CDCHost/ConfigDescriptor.h
index ea00f610f..1a118cad3 100644
--- a/Demos/Host/CDCHost/ConfigDescriptor.h
+++ b/Demos/Host/CDCHost/ConfigDescriptor.h
@@ -75,12 +75,11 @@
NoEndpointFound = 5, /**< Compatible CDC endpoints were not found in the device's CDC interface */
};
- /* Configuration Descriptor Comparison Functions: */
- DESCRIPTOR_COMPARATOR(NextCDCControlInterface);
- DESCRIPTOR_COMPARATOR(NextCDCDataInterface);
- DESCRIPTOR_COMPARATOR(NextInterfaceCDCDataEndpoint);
-
/* Function Prototypes: */
uint8_t ProcessConfigurationDescriptor(void);
-
+
+ uint8_t DComp_NextCDCControlInterface(void* CurrentDescriptor);
+ uint8_t DComp_NextCDCDataInterface(void* CurrentDescriptor);
+ uint8_t DComp_NextInterfaceCDCDataEndpoint(void* CurrentDescriptor);
+
#endif