AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig...
[pub/USBasp.git] / Demos / Device / LowLevel / GenericHID / Descriptors.h
index e47220a..d9b7d42 100644 (file)
@@ -41,6 +41,8 @@
 
                #include <avr/pgmspace.h>
 
+               #include "Config/AppConfig.h"
+               
        /* Type Defines: */
                /** Type define for the device configuration descriptor structure. This must be defined in the
                 *  application code, as the configuration descriptor contains several sub-descriptors which
@@ -67,9 +69,6 @@
                /** Size in bytes of the Generic HID reporting endpoint. */
                #define GENERIC_EPSIZE            8
 
-               /** Size in bytes of the Generic HID reports (including report ID byte). */
-               #define GENERIC_REPORT_SIZE       8
-
        /* Function Prototypes: */
                uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
                                                    const uint8_t wIndex,