Enhance the HotmailNotifier project so that the LEDs' individual brightness can be...
[pub/USBasp.git] / Demos / Host / LowLevel / MouseHostWithParser / ConfigDescriptor.h
index 08400c5..fe04197 100644 (file)
@@ -37,7 +37,7 @@
 #define _CONFIGDESCRIPTOR_H_\r
 \r
        /* Includes: */\r
-               #include <LUFA/Drivers/USB/USB.h>                        // USB Functionality\r
+               #include <LUFA/Drivers/USB/USB.h>\r
                \r
                #include "HIDReport.h"\r
                \r
@@ -59,7 +59,7 @@
        \r
        /* Enums: */\r
                /** Enum for the possible return codes of the ProcessConfigurationDescriptor() function. */\r
-               enum CDCHost_GetConfigDescriptorDataCodes_t\r
+               enum MouseHostWithParser_GetConfigDescriptorDataCodes_t\r
                {\r
                        SuccessfulConfigRead            = 0, /**< Configuration Descriptor was processed successfully */\r
                        ControlError                    = 1, /**< A control request to the device failed to complete successfully */\r
@@ -74,7 +74,7 @@
                uint8_t ProcessConfigurationDescriptor(void);\r
 \r
                uint8_t DComp_NextMouseInterface(void* CurrentDescriptor);\r
-               uint8_t DComp_NextInterfaceMouseDataEndpoint(void* CurrentDescriptor);\r
+               uint8_t DComp_NextMouseInterfaceDataEndpoint(void* CurrentDescriptor);\r
                uint8_t DComp_NextHID(void* CurrentDescriptor);\r
 \r
 #endif\r