Rewritten event system to remove all macros, to make user code clearer.
[pub/USBasp.git] / Demos / Host / StillImageHost / ConfigDescriptor.h
index cb4de5f..29df30c 100644 (file)
                        NoEndpointFound                 = 5, /**< The correct SI endpoint descriptors were not found in the device's SI interface */\r
                };\r
        \r
-       /* Configuration Descriptor Comparison Functions: */\r
-               DESCRIPTOR_COMPARATOR(NextStillImageInterface);\r
-               DESCRIPTOR_COMPARATOR(NextSImageInterfaceDataEndpoint);\r
-\r
        /* Function Prototypes: */\r
-               uint8_t ProcessConfigurationDescriptor(void);   \r
+               uint8_t ProcessConfigurationDescriptor(void);\r
+\r
+               uint8_t DComp_NextStillImageInterface(void* CurrentDescriptor);\r
+               uint8_t DComp_NextSImageInterfaceDataEndpoint(void* CurrentDescriptor);\r
 \r
 #endif\r