mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
doc: core: exclude MUTEX_LOCKED from documentation
This commit is contained in:
parent
456ae68fbe
commit
d8574c15e9
@ -55,11 +55,14 @@ typedef struct {
|
||||
#define MUTEX_INIT_LOCKED { { MUTEX_LOCKED } }
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @cond INTERNAL
|
||||
* @brief This is the value of the mutex when locked and no threads are waiting
|
||||
* for it
|
||||
*/
|
||||
#define MUTEX_LOCKED ((void *)-1)
|
||||
/**
|
||||
* @endcond
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Initializes a mutex object.
|
||||
|
Loading…
Reference in New Issue
Block a user