mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
rtems: Fix Doxygen return description
This commit is contained in:
@@ -138,8 +138,8 @@ extern "C" {
|
||||
*
|
||||
* @param _interrupt_level is the interrupt level to map.
|
||||
*
|
||||
* @return null Returns the processor-dependent task mode interrupt level
|
||||
* associated with the interrupt level.
|
||||
* @return Returns the processor-dependent task mode interrupt level associated
|
||||
* with the interrupt level.
|
||||
*/
|
||||
#define RTEMS_INTERRUPT_LEVEL( _interrupt_level ) \
|
||||
( ( _interrupt_level ) & RTEMS_INTERRUPT_MASK )
|
||||
|
||||
Reference in New Issue
Block a user