#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 "GenericHIDHost.h"\r
\r
/* Macros: */\r
/** Interface Class value for the Human Interface Device class */\r
- #define HID_CLASS 0x03\r
+ #define HID_CLASS 0x03\r
\r
/** Maximum size of a device configuration descriptor which can be processed by the host, in bytes */\r
#define MAX_CONFIG_DESCRIPTOR_SIZE 512\r
uint8_t ProcessConfigurationDescriptor(void);\r
\r
uint8_t DComp_NextHIDInterface(void* CurrentDescriptor);\r
- uint8_t DComp_NextInterfaceHIDDataEndpoint(void* CurrentDescriptor);\r
+ uint8_t DComp_NextHIDInterfaceDataEndpoint(void* CurrentDescriptor);\r
\r
#endif\r