Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 20 Dec 2011 13:15:36 +0000 (13:15 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 20 Dec 2011 13:15:36 +0000 (13:15 +0000)
LUFA/Common/Common.h
LUFA/DoxygenPages/ChangeLog.txt

index a948504..4d08e78 100644 (file)
                        #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)
index 64ed793..446e5a1 100644 (file)
@@ -39,6 +39,7 @@
   *   - Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (thanks to Laszlo Monda)
   *   - Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias Jahr)
   *   - Fixed broken compilation for the AVR32 devices if the NO_SOF_EVENTS compile time option was not enabled (thanks to Matthias Jahr)
+  *   - Fixed compiler warning on GCC with \c -wundef compile flag is used (thanks to Georg Glock)
   *  - Library Applications:
   *   - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair)
   *   - Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled