NoInterfaceFound = 4, /**< A compatible MSD interface was not found in the device's Configuration Descriptor */\r
NoEndpointFound = 5, /**< The correct MSD endpoint descriptors were not found in the device's MSD interface */\r
};\r
-\r
- /* Configuration Descriptor Comparison Functions: */\r
- DESCRIPTOR_COMPARATOR(NextMassStorageInterface);\r
- DESCRIPTOR_COMPARATOR(NextInterfaceBulkDataEndpoint);\r
-\r
+ \r
/* Function Prototypes: */\r
uint8_t ProcessConfigurationDescriptor(void); \r
\r
+ uint8_t DComp_NextMassStorageInterface(void* CurrentDescriptor);\r
+ uint8_t DComp_NextInterfaceBulkDataEndpoint(void* CurrentDescriptor);\r
+ \r
#endif\r