Add XMEGA C3 family to the ModuleTest build test.
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 17 Mar 2012 10:22:58 +0000 (10:22 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 17 Mar 2012 10:22:58 +0000 (10:22 +0000)
Remove unnecessary GCC_MEMORY_BARRIER() at the end of GetGlobalInterruptMask().

Minor documentation improvements.

LUFA/Common/Common.h
LUFA/License.txt

index 8b1845a..530d66e 100644 (file)
                                #elif (ARCH == ARCH_XMEGA)
                                return SREG;
                                #endif
-
-                               GCC_MEMORY_BARRIER();
                        }
 
                        /** Sets the global interrupt enable state of the microcontroller to the mask passed into the function.
index a2228be..ee2ac96 100644 (file)
@@ -14,5 +14,4 @@ special, indirect or consequential damages or any damages
 whatsoever resulting from loss of use, data or profits, whether
 in an action of contract, negligence or other tortious action,
 arising out of or in connection with the use or performance of
-this software.
-
+this software.
\ No newline at end of file