aboutsummaryrefslogtreecommitdiff
path: root/Projects/Benito
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-20 15:45:53 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-20 15:45:53 +0000
commit7f4149489110377f6773b5e78147e9cde04bbeeb (patch)
treee6720f4355e1f0d70e56c93f67bfe2eb5ef96458 /Projects/Benito
parentbf5448b1d3625e109ac243f560aa4bec004b135a (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
Diffstat (limited to 'Projects/Benito')
-rw-r--r--Projects/Benito/Descriptors.h2
1 files changed, 2 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)