Rewritten event system to remove all macros, to make user code clearer.
[pub/USBasp.git] / Demos / Host / MassStorageHost / ConfigDescriptor.h
index b02e088..6c0b8e6 100644 (file)
                        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