aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TempDataLogger/Descriptors.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-15 19:51:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-15 19:51:41 +0000
commitcb9e7392c5f9f1c51710df1b4bbe1aa11168576f (patch)
tree7eb25f770640f2dceb5873b8a63604a645aa2547 /Projects/TempDataLogger/Descriptors.h
parente9e6730d4999bea6e0eaefc2fce062ef090388b8 (diff)
downloadlufa-cb9e7392c5f9f1c51710df1b4bbe1aa11168576f.tar.gz
lufa-cb9e7392c5f9f1c51710df1b4bbe1aa11168576f.tar.bz2
lufa-cb9e7392c5f9f1c51710df1b4bbe1aa11168576f.zip
AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
Diffstat (limited to 'Projects/TempDataLogger/Descriptors.h')
-rw-r--r--Projects/TempDataLogger/Descriptors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/TempDataLogger/Descriptors.h b/Projects/TempDataLogger/Descriptors.h
index 5f9814308..d48978c46 100644
--- a/Projects/TempDataLogger/Descriptors.h
+++ b/Projects/TempDataLogger/Descriptors.h
@@ -15,6 +15,7 @@
#include <LUFA/Drivers/USB/USB.h>
#include "TempDataLogger.h"
+ #include "Config/AppConfig.h"
/* Macros: */
/** Endpoint address of the Mass Storage device-to-host data IN endpoint. */