aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/MassStorageHost/ConfigDescriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/MassStorageHost/ConfigDescriptor.h')
-rw-r--r--Demos/Host/MassStorageHost/ConfigDescriptor.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/Demos/Host/MassStorageHost/ConfigDescriptor.h b/Demos/Host/MassStorageHost/ConfigDescriptor.h
index b02e08828..6c0b8e6f4 100644
--- a/Demos/Host/MassStorageHost/ConfigDescriptor.h
+++ b/Demos/Host/MassStorageHost/ConfigDescriptor.h
@@ -65,12 +65,11 @@
NoInterfaceFound = 4, /**< A compatible MSD interface was not found in the device's Configuration Descriptor */
NoEndpointFound = 5, /**< The correct MSD endpoint descriptors were not found in the device's MSD interface */
};
-
- /* Configuration Descriptor Comparison Functions: */
- DESCRIPTOR_COMPARATOR(NextMassStorageInterface);
- DESCRIPTOR_COMPARATOR(NextInterfaceBulkDataEndpoint);
-
+
/* Function Prototypes: */
uint8_t ProcessConfigurationDescriptor(void);
+ uint8_t DComp_NextMassStorageInterface(void* CurrentDescriptor);
+ uint8_t DComp_NextInterfaceBulkDataEndpoint(void* CurrentDescriptor);
+
#endif