projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg...
[pub/lufa.git]
/
LUFA
/
Common
/
Common.h
diff --git
a/LUFA/Common/Common.h
b/LUFA/Common/Common.h
index
a948504
..
4d08e78
100644
(file)
--- a/
LUFA/Common/Common.h
+++ b/
LUFA/Common/Common.h
@@
-65,11
+65,11
@@
#include "LUFAConfig.h"
#endif
#include "LUFAConfig.h"
#endif
+ #include "Architectures.h"
+ #include "BoardTypes.h"
#include "ArchitectureSpecific.h"
#include "CompilerSpecific.h"
#include "ArchitectureSpecific.h"
#include "CompilerSpecific.h"
- #include "Architectures.h"
#include "Attributes.h"
#include "Attributes.h"
- #include "BoardTypes.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)