Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.
[pub/USBasp.git] / Demos / Host / LowLevel / GenericHIDHost / ConfigDescriptor.h
index b58d440..7cc1576 100644 (file)
 #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
@@ -64,6 +64,6 @@
                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