Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg Glock).
This commit is contained in:
parent
676de74d9b
commit
77f354609f
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue