aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-17 10:22:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-17 10:22:58 +0000
commit01d5af3d6c17f052314c9e739a40b284ed645101 (patch)
tree2f3e2d50db879b2ee492cc2517f5a0dcfca69e52
parent1971a415e5cfb7f9444745124681ce7f0248e704 (diff)
downloadlufa-01d5af3d6c17f052314c9e739a40b284ed645101.tar.gz
lufa-01d5af3d6c17f052314c9e739a40b284ed645101.tar.bz2
lufa-01d5af3d6c17f052314c9e739a40b284ed645101.zip
Add XMEGA C3 family to the ModuleTest build test.
Remove unnecessary GCC_MEMORY_BARRIER() at the end of GetGlobalInterruptMask(). Minor documentation improvements.
-rw-r--r--LUFA/Common/Common.h2
-rw-r--r--LUFA/License.txt3
2 files changed, 1 insertions, 4 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index 8b1845a08..530d66eac 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -293,8 +293,6 @@
#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.
diff --git a/LUFA/License.txt b/LUFA/License.txt
index a2228be8e..ee2ac962c 100644
--- a/LUFA/License.txt
+++ b/LUFA/License.txt
@@ -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