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

core/include/arch/irq_arch.h: fix typo and trailing whitespaces

This commit is contained in:
Hinnerk van Bruinehsen 2014-06-10 18:07:41 +02:00
parent e2ff26efd9
commit 6da0c31265

View File

@ -24,8 +24,8 @@
/**
* @name Define mapping between kernel internal and arch interfaces
*
* This mapping is done for compatibility of existing platforms,
*
* This mapping is done for compatibility of existing platforms,
* new platforms should always use the *_arch_* interfaces.
* @{
*/
@ -39,10 +39,10 @@
/**
* @brief Globally enable maskable interrupt sources
*
*
* @return the IRQ state after enabling interrupts
*/
unsigned int irq_arch_eneable(void);
unsigned int irq_arch_enable(void);
/**
* @brief Globally disable all maskable interrupt sources