mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-13 12:24:18 +00:00
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:
parent
1971a415e5
commit
01d5af3d6c
@ -293,8 +293,6 @@
|
|||||||
#elif (ARCH == ARCH_XMEGA)
|
#elif (ARCH == ARCH_XMEGA)
|
||||||
return SREG;
|
return SREG;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GCC_MEMORY_BARRIER();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Sets the global interrupt enable state of the microcontroller to the mask passed into the function.
|
/** Sets the global interrupt enable state of the microcontroller to the mask passed into the function.
|
||||||
|
@ -14,5 +14,4 @@ special, indirect or consequential damages or any damages
|
|||||||
whatsoever resulting from loss of use, data or profits, whether
|
whatsoever resulting from loss of use, data or profits, whether
|
||||||
in an action of contract, negligence or other tortious action,
|
in an action of contract, negligence or other tortious action,
|
||||||
arising out of or in connection with the use or performance of
|
arising out of or in connection with the use or performance of
|
||||||
this software.
|
this software.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user