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:
parent
64674d21d5
commit
2d2bfbf7c9
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user