aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/GenericHID/Descriptors.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-13 21:01:23 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-13 21:01:23 +0000
commitde64d3b8b2b1ca8f524aa7760b5ab807135dd21d (patch)
tree5daf1ada1335d2781e144548b55d8253adff0c05 /Demos/Device/ClassDriver/GenericHID/Descriptors.h
parenta3c6569569b450647b60fd7dfa720ffb1a1e823e (diff)
AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig.h header files.
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2217 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/GenericHID/Descriptors.h')
-rw-r--r--Demos/Device/ClassDriver/GenericHID/Descriptors.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Demos/Device/ClassDriver/GenericHID/Descriptors.h b/Demos/Device/ClassDriver/GenericHID/Descriptors.h
index 0b9ec8f7..5e274047 100644
--- a/Demos/Device/ClassDriver/GenericHID/Descriptors.h
+++ b/Demos/Device/ClassDriver/GenericHID/Descriptors.h
@@ -40,6 +40,8 @@
#include <avr/pgmspace.h>
#include <LUFA/Drivers/USB/USB.h>
+
+ #include "Config/AppConfig.h"
/* Type Defines: */
/** Type define for the device configuration descriptor structure. This must be defined in the
@@ -63,9 +65,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,