aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-12-20 13:15:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-12-20 13:15:36 +0000
commit77f354609f0411fb6541da31a889186ad402838e (patch)
tree261146fa930299d297a5fc7d221953da70ce12c2 /LUFA/Common
parent676de74d9bf14d6a8db21d65e2cb2f2e4a1e3720 (diff)
downloadlufa-77f354609f0411fb6541da31a889186ad402838e.tar.gz
lufa-77f354609f0411fb6541da31a889186ad402838e.tar.bz2
lufa-77f354609f0411fb6541da31a889186ad402838e.zip
Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg Glock).
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/Common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index a94850497..4d08e783d 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -65,11 +65,11 @@
#include "LUFAConfig.h"
#endif
+ #include "Architectures.h"
+ #include "BoardTypes.h"
#include "ArchitectureSpecific.h"
#include "CompilerSpecific.h"
- #include "Architectures.h"
#include "Attributes.h"
- #include "BoardTypes.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)