diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 8b1845a08b1b0139d1a2be5e1f903994c6ddf656..530d66eac6fb3ed61c4af899ff4238b526e5f188 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 a2228be8e5e4f5669b6a390f08e1d8374f46caff..ee2ac962c7a6ca3a2d10ae74e341cbf4737ed869 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