From 7f4149489110377f6773b5e78147e9cde04bbeeb Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 20 May 2012 15:45:53 +0000 Subject: 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 --- Projects/Benito/Descriptors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Projects/Benito/Descriptors.h') 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 + #include "Config/AppConfig.h" + /* Macros: */ /** Endpoint address of the CDC device-to-host notification IN endpoint. */ #define CDC_NOTIFICATION_EPADDR (ENDPOINT_DIR_IN | 2) -- cgit v1.2.3