diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-20 15:45:53 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-20 15:45:53 +0000 |
| commit | 7f4149489110377f6773b5e78147e9cde04bbeeb (patch) | |
| tree | e6720f4355e1f0d70e56c93f67bfe2eb5ef96458 | |
| parent | bf5448b1d3625e109ac243f560aa4bec004b135a (diff) | |
Add missing AppConfig.h includes to project Descriptors.h files.
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2229 d5102386-fcda-11dd-9fdb-3debd5008f28
| -rw-r--r-- | Projects/Benito/Descriptors.h | 2 | ||||
| -rw-r--r-- | Projects/Magstripe/Descriptors.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Projects/Benito/Descriptors.h b/Projects/Benito/Descriptors.h index e481793b..a1df0b48 100644 --- a/Projects/Benito/Descriptors.h +++ b/Projects/Benito/Descriptors.h @@ -41,6 +41,8 @@ #include <LUFA/Drivers/USB/USB.h> + #include "Config/AppConfig.h" + /* Macros: */ /** Endpoint address of the CDC device-to-host notification IN endpoint. */ #define CDC_NOTIFICATION_EPADDR (ENDPOINT_DIR_IN | 2) diff --git a/Projects/Magstripe/Descriptors.h b/Projects/Magstripe/Descriptors.h index f90816a8..a03fa54d 100644 --- a/Projects/Magstripe/Descriptors.h +++ b/Projects/Magstripe/Descriptors.h @@ -42,6 +42,8 @@ #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 * application code, as the configuration descriptor contains several sub-descriptors which |
