1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/cortexm_common: remove dINT/eINT definitions

This commit is contained in:
Joakim Gebart 2015-07-04 10:11:18 +02:00 committed by Joakim Nohlgård
parent 199528d3fb
commit b6a88cba5f

View File

@ -64,14 +64,6 @@ extern "C" {
#endif
/** @} */
/**
* @brief Deprecated interrupt control function for backward compatibility
* @{
*/
#define eINT enableIRQ
#define dINT disableIRQ
/** @} */
/**
* @brief Some members of the Cortex-M family have architecture specific
* atomic operations in atomic_arch.c