Skip to content
Snippets Groups Projects
Commit 851fcd0c authored by Dean Camera's avatar Dean Camera
Browse files

Make sure that LUFAConfig.h is included *after* the common submodules, so that...

Make sure that LUFAConfig.h is included *after* the common submodules, so that the architecture and other defines are available to the configuration header.
parent d4684b29
No related branches found
No related tags found
No related merge requests found
...@@ -68,16 +68,16 @@ ...@@ -68,16 +68,16 @@
#include <string.h> #include <string.h>
#include <stddef.h> #include <stddef.h>
#if defined(USE_LUFA_CONFIG_HEADER)
#include "LUFAConfig.h"
#endif
#include "Architectures.h" #include "Architectures.h"
#include "BoardTypes.h" #include "BoardTypes.h"
#include "ArchitectureSpecific.h" #include "ArchitectureSpecific.h"
#include "CompilerSpecific.h" #include "CompilerSpecific.h"
#include "Attributes.h" #include "Attributes.h"
#if defined(USE_LUFA_CONFIG_HEADER)
#include "LUFAConfig.h"
#endif
/* Enable C linkage for C++ Compilers: */ /* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" { extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment