1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

cpu: msp430: remove dINT/eINT

This commit is contained in:
Kaspar Schleiser 2015-12-14 21:34:48 +01:00
parent 64674d21d5
commit 2d2bfbf7c9

View File

@ -44,14 +44,6 @@ extern "C" {
*/
#define ISR(a,b) void __attribute__((naked, interrupt (a))) b(void)
/**
* @brief Deprecated interrupt control functions for backward compatibility
* @{
*/
#define eINT enableIRQ
#define dINT disableIRQ
/** @} */
/**
* @brief Globally disable IRQs
*/