aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Common.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-05-09 14:04:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-05-09 14:04:40 +0000
commit7d3150423d8c25aba858ddff60cfe29faa7b6729 (patch)
tree77eef61d51101eb50a6596c329d8e89b0dac49d4 /LUFA/Common/Common.h
parenta85fa30bf1ee319d3d58f7970a4b1ef7e39d92ba (diff)
downloadlufa-7d3150423d8c25aba858ddff60cfe29faa7b6729.tar.gz
lufa-7d3150423d8c25aba858ddff60cfe29faa7b6729.tar.bz2
lufa-7d3150423d8c25aba858ddff60cfe29faa7b6729.zip
Add new USE_LUFA_CONFIG_HEADER compile time option.
Add missing LEDS_ToggleLEDs() function to the LED driver for the EVK1101 board.
Diffstat (limited to 'LUFA/Common/Common.h')
-rw-r--r--LUFA/Common/Common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index 69c4ff2c3..49a2bcdf1 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -67,6 +67,10 @@
#include <string.h>
#include <stddef.h>
+ #if defined(USE_LUFA_CONFIG_HEADER)
+ #include "LUFAConfig.h"
+ #endif
+
#include "Architectures.h"
#include "Attributes.h"
#include "BoardTypes.h"