From 62854904c2fc0a225149cdce120c34c7c52cd5da Mon Sep 17 00:00:00 2001 From: Dean Date: Tue, 29 May 2012 20:01:04 +0000 Subject: Make sure that LUFAConfig.h is included *after* the common submodules, so that the architecture and other defines are available to the configuration header. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2254 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/Common/Common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 871998dc..54d73868 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -68,16 +68,16 @@ #include #include - #if defined(USE_LUFA_CONFIG_HEADER) - #include "LUFAConfig.h" - #endif - #include "Architectures.h" #include "BoardTypes.h" #include "ArchitectureSpecific.h" #include "CompilerSpecific.h" #include "Attributes.h" + #if defined(USE_LUFA_CONFIG_HEADER) + #include "LUFAConfig.h" + #endif + /* Enable C linkage for C++ Compilers: */ #if defined(__cplusplus) extern "C" { -- cgit v1.2.3