Add XMEGA C3 family to the ModuleTest build test.

Remove unnecessary GCC_MEMORY_BARRIER() at the end of GetGlobalInterruptMask().

Minor documentation improvements.
This commit is contained in:
Dean Camera 2012-03-17 10:22:58 +00:00
parent 1971a415e5
commit 01d5af3d6c
2 changed files with 1 additions and 4 deletions

View file

@ -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.