aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Descriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Webserver/Descriptors.h')
-rw-r--r--Projects/Webserver/Descriptors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/Webserver/Descriptors.h b/Projects/Webserver/Descriptors.h
index 591947c89..969f47b18 100644
--- a/Projects/Webserver/Descriptors.h
+++ b/Projects/Webserver/Descriptors.h
@@ -41,6 +41,8 @@
#include <LUFA/Drivers/USB/USB.h>
+ #include "Config/AppConfig.h"
+
/* Macros: */
/** Endpoint address of the Mass Storage device-to-host data IN endpoint. */
#define MASS_STORAGE_IN_EPADDR (ENDPOINT_DIR_IN | 3)