mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #10730 from aabadie/pr/core/irq_doc_typo
core/irq: fix 2 missing words in documentation
This commit is contained in:
commit
a9a30c0c0f
@ -30,7 +30,7 @@
|
||||
/**
|
||||
* @brief This function sets the IRQ disable bit in the status register
|
||||
*
|
||||
* @return Previous value of status register. The return value should not
|
||||
* @return Previous value of status register. The return value should not be
|
||||
* interpreted as a boolean value. The actual value is only
|
||||
* significant for irq_restore().
|
||||
*
|
||||
@ -41,7 +41,7 @@ unsigned irq_disable(void);
|
||||
/**
|
||||
* @brief This function clears the IRQ disable bit in the status register
|
||||
*
|
||||
* @return Previous value of status register. The return value should not
|
||||
* @return Previous value of status register. The return value should not be
|
||||
* interpreted as a boolean value. The actual value is only
|
||||
* significant for irq_restore().
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user