aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
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 /LUFA/Common
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.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/Common.h2
1 files changed, 0 insertions, 2 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.