diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-12-20 13:15:36 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-12-20 13:15:36 +0000 |
| commit | d5f67c6637f24c2c640d3c067ba74906ad791420 (patch) | |
| tree | 261146fa930299d297a5fc7d221953da70ce12c2 /LUFA/Common/Common.h | |
| parent | a9c8d384571c390945780495a4e89251b2b975ce (diff) | |
Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg Glock).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2006 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/Common.h')
| -rw-r--r-- | LUFA/Common/Common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index a9485049..4d08e783 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) |
